POST api/client/addtalload

Request Information

URI Parameters

None.

Body Parameters

TalLoadInfoDTO
NameDescriptionTypeAdditional information
load_id

globally unique identifier

None.

load_number

string

None.

account_id

string

None.

account_name

string

None.

contact_name

string

None.

email

string

None.

phone

string

None.

comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "load_id": "3a8a95f1-6160-463e-a0e6-306594b398b7",
  "load_number": "sample string 2",
  "account_id": "sample string 3",
  "account_name": "sample string 4",
  "contact_name": "sample string 5",
  "email": "sample string 6",
  "phone": "sample string 7",
  "comments": "sample string 8"
}

application/xml, text/xml

Sample:
<TalLoadInfoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.DTO">
  <account_id>sample string 3</account_id>
  <account_name>sample string 4</account_name>
  <comments>sample string 8</comments>
  <contact_name>sample string 5</contact_name>
  <email>sample string 6</email>
  <load_id>3a8a95f1-6160-463e-a0e6-306594b398b7</load_id>
  <load_number>sample string 2</load_number>
  <phone>sample string 7</phone>
</TalLoadInfoDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfAPIResponse
NameDescriptionTypeAdditional information
Content

APIResponse

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.