GET api/ShippingOrder/SyncToMercuryGate?clientInfo={clientInfo}&apiKey={apiKey}&inputSystemName={inputSystemName}&includeSCACCode={includeSCACCode}&idToSync={idToSync}&shouldSendToMercuryGate={shouldSendToMercuryGate}&shouldCreateXMLFile={shouldCreateXMLFile}&includeDetailsInResponse={includeDetailsInResponse}&shouldCancelInMercuryGate={shouldCancelInMercuryGate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientInfo | string |
Required |
|
| apiKey | string |
Required |
|
| inputSystemName | string |
Required |
|
| includeSCACCode | string |
Required |
|
| idToSync | string |
Required |
|
| shouldSendToMercuryGate | string |
Required |
|
| shouldCreateXMLFile | string |
Required |
|
| includeDetailsInResponse | string |
Default value is Yes |
|
| shouldCancelInMercuryGate | string |
Default value is No |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |