POST api/client/addtalload
Request Information
URI Parameters
None.
Body Parameters
TalLoadInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| load_id | globally unique identifier |
None. |
|
| load_number | string |
None. |
|
| account_id | string |
None. |
|
| account_name | string |
None. |
|
| contact_name | string |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"load_id": "3525da63-298d-46c8-8ea0-4e591bd48629",
"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.Net"> <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>3525da63-298d-46c8-8ea0-4e591bd48629</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| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | APIResponse |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.