POST api/FedexExternal/AddEstimatedTime
Request Information
URI Parameters
None.
Body Parameters
AddEstimatedTimeCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| StateAbbreviation | string |
None. |
|
| StateAddress | string |
None. |
|
| Phone | string |
None. |
|
| StateTo | string |
None. |
|
| EstimatedTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StateAbbreviation": "sample string 1",
"StateAddress": "sample string 2",
"Phone": "sample string 3",
"StateTo": "sample string 4",
"EstimatedTime": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.