POST customer/notes/latest?quantityPerCustomer={quantityPerCustomer}&isAlert={isAlert}&isPosAlert={isPosAlert}
Authorized only.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
quantityPerCustomer | integer |
Required |
|
isAlert | boolean |
None. |
|
isPosAlert | boolean |
None. |
Body Parameters
Dictionary of integer [key] and integer [value]Request Formats
application/json, text/json
Sample:
{ "1": 1, "2": 1 }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfintNullableOflongU6ho3Bhd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfintNullableOflongU6ho3Bhd> <Key>1</Key> <Value>1</Value> </KeyValueOfintNullableOflongU6ho3Bhd> <KeyValueOfintNullableOflongU6ho3Bhd> <Key>2</Key> <Value>1</Value> </KeyValueOfintNullableOflongU6ho3Bhd> </ArrayOfKeyValueOfintNullableOflongU6ho3Bhd>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |