POST api/Trailer

Request Information

URI Parameters

None.

Body Parameters

TrailerDto
NameDescriptionTypeAdditional information
Description

string

String length: inclusive between 0 and 100

Code

string

Required

String length: inclusive between 0 and 10

ApiClientId

integer

None.

ExternalId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "Code": "sample string 2",
  "ApiClientId": 3,
  "ExternalId": 4
}

application/xml, text/xml

Sample:
<TrailerDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Description>sample string 1</Description>
  <Code>sample string 2</Code>
  <ApiClientId>3</ApiClientId>
  <ExternalId>4</ExternalId>
</TrailerDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.