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": "bf771db5-1901-4880-ae1c-974117331886",
"Branchid": "631aecfd-fc8d-4584-ad3b-7d77aed84a57",
"ShopId": "0fe90812-6560-48a4-8512-37c5679111fd"
}
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>631aecfd-fc8d-4584-ad3b-7d77aed84a57</Branchid> <CustomerId>bf771db5-1901-4880-ae1c-974117331886</CustomerId> <ShopId>0fe90812-6560-48a4-8512-37c5679111fd</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>