POST Utilities/ValidateObject
Validates an Object
Request Information
URI Parameters
None.
Body Parameters
ValidateObjectBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | integer |
None. |
|
| Type |
The object type |
string |
Required |
| Object |
Object as a JSON string |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"StoreID": 1,
"Type": "sample string 2",
"Object": "sample string 3"
}
application/xml, text/xml
Sample:
<ValidateObjectBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Base"> <Object>sample string 3</Object> <StoreID>1</StoreID> <Type>sample string 2</Type> </ValidateObjectBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ModelStateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| ModelState | Dictionary of string [key] and Collection of string [value] |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.