POST api/Integrations/SaveIntegration181
Request Information
URI Parameters
None.
Body Parameters
Integration181| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| StoreID | integer |
None. |
|
| WooProductAttributeName | string |
None. |
|
| WooProductAttribute | string |
None. |
|
| WooProductAttributeId | string |
None. |
|
| WooProductAttributeMageId | string |
None. |
|
| WooProductAttributeCode | string |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| SystemSBO | integer |
None. |
|
| SystemSQL | integer |
None. |
|
| SystemWoo | integer |
None. |
|
| SystemSBOTitle | string |
None. |
|
| SystemWooTitle | string |
None. |
|
| SystemSQLTitle | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"StoreID": 1,
"WooProductAttributeName": "sample string 2",
"WooProductAttribute": "sample string 3",
"WooProductAttributeId": "sample string 4",
"WooProductAttributeMageId": "sample string 5",
"WooProductAttributeCode": "sample string 6",
"ColumnName": "sample string 7",
"SortDirection": "sample string 8",
"SystemSBO": 1,
"SystemSQL": 1,
"SystemWoo": 1,
"SystemSBOTitle": "sample string 9",
"SystemWooTitle": "sample string 10",
"SystemSQLTitle": "sample string 11",
"IsSuccess": true,
"Message": "sample string 13",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration181 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 13</Message> <Value /> <ColumnName>sample string 7</ColumnName> <ID>1</ID> <SortDirection>sample string 8</SortDirection> <StoreID>1</StoreID> <SystemSBO>1</SystemSBO> <SystemSBOTitle>sample string 9</SystemSBOTitle> <SystemSQL>1</SystemSQL> <SystemSQLTitle>sample string 11</SystemSQLTitle> <SystemWoo>1</SystemWoo> <SystemWooTitle>sample string 10</SystemWooTitle> <WooProductAttribute>sample string 3</WooProductAttribute> <WooProductAttributeCode>sample string 6</WooProductAttributeCode> <WooProductAttributeId>sample string 4</WooProductAttributeId> <WooProductAttributeMageId>sample string 5</WooProductAttributeMageId> <WooProductAttributeName>sample string 2</WooProductAttributeName> </Integration181>
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. |