POST api/Integrations/SaveIntegration18
Request Information
URI Parameters
None.
Body Parameters
Integration18| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SystemSBO | integer |
None. |
|
| SystemWoo | integer |
None. |
|
| SystemSQL | integer |
None. |
|
| IntegrationID | integer |
None. |
|
| WooCompany | string |
None. |
|
| WooProducts | string |
None. |
|
| WooProductsId | string |
None. |
|
| WooProductsMageId | string |
None. |
|
| WooStoreCode | string |
None. |
|
| WooProductsView | string |
None. |
|
| WooCategoriesView | string |
None. |
|
| WooSpecialPricesView | string |
None. |
|
| WooSyncMode | string |
None. |
|
| SLCustomer | string |
None. |
|
| SLCardCodeSeries | string |
None. |
|
| SLShippingCode | string |
None. |
|
| SLImportBarcode | boolean |
None. |
|
| SLDocSeries | integer |
None. |
|
| SLCostCenter1 | string |
None. |
|
| SLCostCenter2 | string |
None. |
|
| SLCostCenter3 | string |
None. |
|
| SLCostCenter4 | string |
None. |
|
| SLCostCenter5 | string |
None. |
|
| CountPosts | integer |
None. |
|
| WooMediaView | string |
None. |
|
| ManualImportOrders | boolean |
None. |
|
| NotifyUsers | string |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
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,
"SystemSBO": 1,
"SystemWoo": 1,
"SystemSQL": 1,
"IntegrationID": 1,
"WooCompany": "sample string 2",
"WooProducts": "sample string 3",
"WooProductsId": "sample string 4",
"WooProductsMageId": "sample string 5",
"WooStoreCode": "sample string 6",
"WooProductsView": "sample string 7",
"WooCategoriesView": "sample string 8",
"WooSpecialPricesView": "sample string 9",
"WooSyncMode": "sample string 10",
"SLCustomer": "sample string 11",
"SLCardCodeSeries": "sample string 12",
"SLShippingCode": "sample string 13",
"SLImportBarcode": true,
"SLDocSeries": 1,
"SLCostCenter1": "sample string 14",
"SLCostCenter2": "sample string 15",
"SLCostCenter3": "sample string 16",
"SLCostCenter4": "sample string 17",
"SLCostCenter5": "sample string 18",
"CountPosts": 1,
"WooMediaView": "sample string 19",
"ManualImportOrders": true,
"NotifyUsers": "sample string 21",
"ColumnName": "sample string 22",
"SortDirection": "sample string 23",
"SystemSBOTitle": "sample string 24",
"SystemWooTitle": "sample string 25",
"SystemSQLTitle": "sample string 26",
"IsSuccess": true,
"Message": "sample string 28",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration18 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 28</Message> <Value /> <ColumnName>sample string 22</ColumnName> <CountPosts>1</CountPosts> <ID>1</ID> <IntegrationID>1</IntegrationID> <ManualImportOrders>true</ManualImportOrders> <NotifyUsers>sample string 21</NotifyUsers> <SLCardCodeSeries>sample string 12</SLCardCodeSeries> <SLCostCenter1>sample string 14</SLCostCenter1> <SLCostCenter2>sample string 15</SLCostCenter2> <SLCostCenter3>sample string 16</SLCostCenter3> <SLCostCenter4>sample string 17</SLCostCenter4> <SLCostCenter5>sample string 18</SLCostCenter5> <SLCustomer>sample string 11</SLCustomer> <SLDocSeries>1</SLDocSeries> <SLImportBarcode>true</SLImportBarcode> <SLShippingCode>sample string 13</SLShippingCode> <SortDirection>sample string 23</SortDirection> <SystemSBO>1</SystemSBO> <SystemSBOTitle>sample string 24</SystemSBOTitle> <SystemSQL>1</SystemSQL> <SystemSQLTitle>sample string 26</SystemSQLTitle> <SystemWoo>1</SystemWoo> <SystemWooTitle>sample string 25</SystemWooTitle> <WooCategoriesView>sample string 8</WooCategoriesView> <WooCompany>sample string 2</WooCompany> <WooMediaView>sample string 19</WooMediaView> <WooProducts>sample string 3</WooProducts> <WooProductsId>sample string 4</WooProductsId> <WooProductsMageId>sample string 5</WooProductsMageId> <WooProductsView>sample string 7</WooProductsView> <WooSpecialPricesView>sample string 9</WooSpecialPricesView> <WooStoreCode>sample string 6</WooStoreCode> <WooSyncMode>sample string 10</WooSyncMode> </Integration18>
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. |