POST api/ReceipEncodingController/EncodData
Request Information
URI Parameters
None.
Body Parameters
Command| Name | Description | Type | Additional information |
|---|---|---|---|
| IdClient | string |
Required String length: inclusive between 0 and 100 |
|
| IdCargaison | string |
String length: inclusive between 0 and 100 |
|
| IdCommandParent | string |
String length: inclusive between 0 and 100 |
|
| DateEmbarquement | date |
None. |
|
| Nature | string |
None. |
|
| NbColis | integer |
None. |
|
| Poids | decimal number |
None. |
|
| PoidsRemesure | decimal number |
None. |
|
| PoidsEmballe | decimal number |
None. |
|
| PU | decimal number |
None. |
|
| IdTaxation | integer |
None. |
|
| NomClient | string |
None. |
|
| TrackingNumber | string |
None. |
|
| PhoneNum1 | string |
None. |
|
| PhoneNum2 | string |
None. |
|
| Detaille | string |
None. |
|
| ID | string |
Required String length: inclusive between 0 and 100 |
|
| IdUser | string |
String length: inclusive between 0 and 100 |
|
| DateEntityCreation | date |
None. |
|
| DateEntityUpdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdClient": "sample string 1",
"IdCargaison": "sample string 2",
"IdCommandParent": "sample string 3",
"DateEmbarquement": "2025-11-03T16:47:23.6224561-06:00",
"Nature": "sample string 5",
"NbColis": 6,
"Poids": 7.1,
"PoidsRemesure": 8.1,
"PoidsEmballe": 9.1,
"PU": 10.1,
"IdTaxation": 11,
"NomClient": "sample string 12",
"TrackingNumber": "sample string 13",
"PhoneNum1": "sample string 14",
"PhoneNum2": "sample string 15",
"Detaille": "sample string 16",
"ID": "sample string 17",
"IdUser": "sample string 18",
"DateEntityCreation": "2025-11-03T16:47:23.6224561-06:00",
"DateEntityUpdate": "2025-11-03T16:47:23.6224561-06:00"
}
application/xml, text/xml
Sample:
<Command xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MapendoAerien.Model"> <DateEntityCreation>2025-11-03T16:47:23.6224561-06:00</DateEntityCreation> <DateEntityUpdate>2025-11-03T16:47:23.6224561-06:00</DateEntityUpdate> <ID>sample string 17</ID> <IdUser>sample string 18</IdUser> <DateEmbarquement>2025-11-03T16:47:23.6224561-06:00</DateEmbarquement> <Detaille>sample string 16</Detaille> <IdCargaison>sample string 2</IdCargaison> <IdClient>sample string 1</IdClient> <IdCommandParent>sample string 3</IdCommandParent> <IdTaxation>11</IdTaxation> <Nature>sample string 5</Nature> <NbColis>6</NbColis> <NomClient>sample string 12</NomClient> <PU>10.1</PU> <PhoneNum1>sample string 14</PhoneNum1> <PhoneNum2>sample string 15</PhoneNum2> <Poids>7.1</Poids> <PoidsEmballe>9.1</PoidsEmballe> <PoidsRemesure>8.1</PoidsRemesure> <TrackingNumber>sample string 13</TrackingNumber> </Command>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |