POST api/Manager/SetDashboardStateNotice

Request Information

URI Parameters

None.

Body Parameters

SetDashboardStateNoticeRequest
NameDescriptionTypeAdditional information
SupplierId

globally unique identifier

None.

DistributorId

globally unique identifier

None.

DashboardStateNotice

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SupplierId": "e502da4a-9b9f-42e6-955a-2beab54fd1d8",
  "DistributorId": "22b3c1bd-90e0-488e-b776-fba849a259ae",
  "DashboardStateNotice": "sample string 2"
}

application/xml, text/xml

Sample:
<SetDashboardStateNoticeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model">
  <DashboardStateNotice>sample string 2</DashboardStateNotice>
  <DistributorId>22b3c1bd-90e0-488e-b776-fba849a259ae</DistributorId>
  <SupplierId>e502da4a-9b9f-42e6-955a-2beab54fd1d8</SupplierId>
</SetDashboardStateNoticeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.