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": "d7a5d5d4-edc5-4d5e-9c32-c535343caaa4",
"Branchid": "4a19ebdf-b97c-4de2-9b46-cfbcc615838a",
"ShopId": "674a1ff7-29cb-4daa-9c70-a7fc132da7fe"
}
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>4a19ebdf-b97c-4de2-9b46-cfbcc615838a</Branchid> <CustomerId>d7a5d5d4-edc5-4d5e-9c32-c535343caaa4</CustomerId> <ShopId>674a1ff7-29cb-4daa-9c70-a7fc132da7fe</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>