GET api/v1/get-otp-dmsshipment?shipmentId={shipmentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shipmentId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MovamApiResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Data": {} }
application/xml, text/xml
Sample:
<MovamApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Message>sample string 1</Message> <Data /> </MovamApiResponse>