GET api/OmsPostCheckoutOrderUpdate?siteId={siteId}
Retrieves the configuration for the specified site ID. If no site ID is provided, all site configurations are returned.
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| siteId |
The optional site ID to filter configurations. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A task that represents the asynchronous operation. The task result contains the HTTP response message with the configuration data in JSON format.
| 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. |