POST api/SellerOrder/SendCollectionInfoToBuyers
Request Information
URI Parameters
None.
Body Parameters
ReqSendCollectionInfoToBuyers| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| ReceiverName | string |
None. |
|
| ReceiverPhone | string |
None. |
|
| Collected | string |
None. |
|
| Pending | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"ReceiverName": "sample string 2",
"ReceiverPhone": "sample string 3",
"Collected": "sample string 4",
"Pending": "sample string 5"
}
application/xml, text/xml
Sample:
<ReqSendCollectionInfoToBuyers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.Order"> <Collected>sample string 4</Collected> <Pending>sample string 5</Pending> <ReceiverName>sample string 2</ReceiverName> <ReceiverPhone>sample string 3</ReceiverPhone> <Type>sample string 1</Type> </ReqSendCollectionInfoToBuyers>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |