POST api/v1/customer/ServiziResidui

Request Information

URI Parameters

None.

Body Parameters

CustomerServiziResiduiRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Branchid

globally unique identifier

None.

ShopId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "2d9a94bc-c256-467f-bca2-0acf0d0a5f5e",
  "Branchid": "46b92042-ed61-48c8-8481-6a1313565eb6",
  "ShopId": "98bcfb3d-cf8e-4637-bf24-3523f856a555"
}

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>46b92042-ed61-48c8-8481-6a1313565eb6</Branchid>
  <CustomerId>2d9a94bc-c256-467f-bca2-0acf0d0a5f5e</CustomerId>
  <ShopId>98bcfb3d-cf8e-4637-bf24-3523f856a555</ShopId>
</CustomerServiziResiduiRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AjaxBaseResponse
NameDescriptionTypeAdditional 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>