POST api/ContainerDeliverInfo/NewContainerDeliverInfo
Request Information
URI Parameters
None.
Body Parameters
CreateContainerDeliverInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverName | string |
None. |
|
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverName": "sample string 1",
"Phone": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true