POST api/Invoice/CloneDespatch
Request Information
URI Parameters
None.
Body Parameters
GetCloneDespatchMobileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Ettn | string |
None. |
|
| CompanyId | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ettn": "sample string 1",
"CompanyId": 2.0
}
application/xml, text/xml
Sample:
<GetCloneDespatchMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile"> <CompanyId>2</CompanyId> <Ettn>sample string 1</Ettn> </GetCloneDespatchMobileRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CloneDespatchMobileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DespatchNumber | string |
None. |
|
| Result | ResultType |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DespatchNumber": "sample string 1",
"Result": 0,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<CloneDespatchMobileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile"> <_x003C_ErrorMessage_x003E_k__BackingField>sample string 2</_x003C_ErrorMessage_x003E_k__BackingField> <_x003C_Result_x003E_k__BackingField>Success</_x003C_Result_x003E_k__BackingField> <DespatchNumber>sample string 1</DespatchNumber> </CloneDespatchMobileResponse>