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": "8f3dbc51-1c95-470f-82ac-49e571bef024",
"Branchid": "d3e49e33-349a-4fdd-b6e2-d0b7a400e8a6",
"ShopId": "41e5c0d2-dd45-435a-af6f-4146b4339fe9"
}
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>d3e49e33-349a-4fdd-b6e2-d0b7a400e8a6</Branchid> <CustomerId>8f3dbc51-1c95-470f-82ac-49e571bef024</CustomerId> <ShopId>41e5c0d2-dd45-435a-af6f-4146b4339fe9</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>