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": "df0e0f83-7a1e-46ad-a3fd-275a182c73e9",
"Branchid": "fd582318-8c21-4184-94e0-fd56f09b45e9",
"ShopId": "dc731de4-4c3c-4ffe-9348-1fb3a32820dc"
}
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>fd582318-8c21-4184-94e0-fd56f09b45e9</Branchid> <CustomerId>df0e0f83-7a1e-46ad-a3fd-275a182c73e9</CustomerId> <ShopId>dc731de4-4c3c-4ffe-9348-1fb3a32820dc</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>