POST api/Integrations/SaveIntegration182
Request Information
URI Parameters
None.
Body Parameters
Collection of Integration182| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| StoreID | integer |
None. |
|
| WooCateg | string |
None. |
|
| WooCategId | string |
None. |
|
| WooCategMageId | string |
None. |
|
| WooCategLevel | integer |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| SystemSBO | integer |
None. |
|
| SystemSQL | integer |
None. |
|
| SystemWoo | integer |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"StoreID": 1,
"WooCateg": "sample string 2",
"WooCategId": "sample string 3",
"WooCategMageId": "sample string 4",
"WooCategLevel": 1,
"ColumnName": "sample string 5",
"SortDirection": "sample string 6",
"SystemSBO": 1,
"SystemSQL": 1,
"SystemWoo": 1,
"IsSuccess": true,
"Message": "sample string 8",
"Value": {}
},
{
"ID": 1,
"StoreID": 1,
"WooCateg": "sample string 2",
"WooCategId": "sample string 3",
"WooCategMageId": "sample string 4",
"WooCategLevel": 1,
"ColumnName": "sample string 5",
"SortDirection": "sample string 6",
"SystemSBO": 1,
"SystemSQL": 1,
"SystemWoo": 1,
"IsSuccess": true,
"Message": "sample string 8",
"Value": {}
}
]
application/xml, text/xml
Sample:
<ArrayOfIntegration182 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
<Integration182>
<IsSuccess>true</IsSuccess>
<Message>sample string 8</Message>
<Value />
<ColumnName>sample string 5</ColumnName>
<ID>1</ID>
<SortDirection>sample string 6</SortDirection>
<StoreID>1</StoreID>
<SystemSBO>1</SystemSBO>
<SystemSQL>1</SystemSQL>
<SystemWoo>1</SystemWoo>
<WooCateg>sample string 2</WooCateg>
<WooCategId>sample string 3</WooCategId>
<WooCategLevel>1</WooCategLevel>
<WooCategMageId>sample string 4</WooCategMageId>
</Integration182>
<Integration182>
<IsSuccess>true</IsSuccess>
<Message>sample string 8</Message>
<Value />
<ColumnName>sample string 5</ColumnName>
<ID>1</ID>
<SortDirection>sample string 6</SortDirection>
<StoreID>1</StoreID>
<SystemSBO>1</SystemSBO>
<SystemSQL>1</SystemSQL>
<SystemWoo>1</SystemWoo>
<WooCateg>sample string 2</WooCateg>
<WooCategId>sample string 3</WooCategId>
<WooCategLevel>1</WooCategLevel>
<WooCategMageId>sample string 4</WooCategMageId>
</Integration182>
</ArrayOfIntegration182>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |