Use this API, find out the webhook payload JSON structure for 800 Degrees Order.
Request Information
URI Parameters
None.
Body Parameters
The response.
ObjectNone.
Use this API, find out the webhook payload JSON structure for 800 Degrees Order.
None.
The response.
ObjectNone.
{}
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
Name | Description | Type | Additional information |
---|---|---|---|
StatusCode | integer |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Result | Object |
None. |
{ "StatusCode": 1, "IsSuccess": true, "Message": "sample string 3", "Result": {} }
<APIResponseBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObject.Other"> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <Result /> <StatusCode>1</StatusCode> </APIResponseBaseOfanyType>