POST api/Values/CallUPSShipmentService
Documentation for 'CallUPSShipmentService'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objModel | Documentation for 'objModel'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RequestXML": "sample string 1",
"url": "sample string 2"
}
application/xml, text/xml
Sample:
<ValuesController.UPSModeel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RL2._0.UPSAPI.Controllers"> <RequestXML>sample string 1</RequestXML> <url>sample string 2</url> </ValuesController.UPSModeel>
application/x-www-form-urlencoded
Sample:
Sample not available.