POST api/v1/customer/ServiziResidui
Request Information
URI Parameters
None.
Body Parameters
CustomerServiziResiduiRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| Branchid | globally unique identifier |
None. |
|
| ShopId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "83c80c2c-916c-417d-b620-9adc62209bf6",
"Branchid": "2874207c-48ea-4902-9b17-49cc952cbd60",
"ShopId": "6b7dab70-8f76-449c-b57a-408fb6f73097"
}
application/xml, text/xml
Sample:
<CustomerServiziResiduiRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Area.API.Data"> <Branchid>2874207c-48ea-4902-9b17-49cc952cbd60</Branchid> <CustomerId>83c80c2c-916c-417d-b620-9adc62209bf6</CustomerId> <ShopId>6b7dab70-8f76-449c-b57a-408fb6f73097</ShopId> </CustomerServiziResiduiRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AjaxBaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ExitCode | ExitCodes |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExitCode": 0,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<AjaxBaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Area.API.Data"> <Data /> <ExitCode>Ok</ExitCode> <Message>sample string 1</Message> </AjaxBaseResponse>