POST api/Manager/SetDashboardStateNotice
Request Information
URI Parameters
None.
Body Parameters
SetDashboardStateNoticeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | globally unique identifier |
None. |
|
| DistributorId | globally unique identifier |
None. |
|
| DashboardStateNotice | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplierId": "da13cfdb-92a0-4ddd-a9c4-c097610db6ec",
"DistributorId": "7d2cb440-6c54-4fab-9865-14dc8797634b",
"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>7d2cb440-6c54-4fab-9865-14dc8797634b</DistributorId> <SupplierId>da13cfdb-92a0-4ddd-a9c4-c097610db6ec</SupplierId> </SetDashboardStateNoticeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.