POST Api/Sigep/WriteTravels
Request Information
URI Parameters
None.
Body Parameters
Collection of Travel| Name | Description | Type | Additional information |
|---|---|---|---|
| VShip | string |
None. |
|
| Bordereau | string |
None. |
|
| BDat | string |
None. |
|
| Targa | string |
None. |
|
| Autista | string |
None. |
|
| Nome | string |
None. |
|
| Stato | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"VShip": "sample string 1",
"Bordereau": "sample string 2",
"BDat": "sample string 3",
"Targa": "sample string 4",
"Autista": "sample string 5",
"Nome": "sample string 6",
"Stato": "sample string 7"
},
{
"VShip": "sample string 1",
"Bordereau": "sample string 2",
"BDat": "sample string 3",
"Targa": "sample string 4",
"Autista": "sample string 5",
"Nome": "sample string 6",
"Stato": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfTravel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Sigep">
<Travel>
<Autista>sample string 5</Autista>
<BDat>sample string 3</BDat>
<Bordereau>sample string 2</Bordereau>
<Nome>sample string 6</Nome>
<Stato>sample string 7</Stato>
<Targa>sample string 4</Targa>
<VShip>sample string 1</VShip>
</Travel>
<Travel>
<Autista>sample string 5</Autista>
<BDat>sample string 3</BDat>
<Bordereau>sample string 2</Bordereau>
<Nome>sample string 6</Nome>
<Stato>sample string 7</Stato>
<Targa>sample string 4</Targa>
<VShip>sample string 1</VShip>
</Travel>
</ArrayOfTravel>
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. |