POST api/Integrations/SaveIntegration20
Request Information
URI Parameters
None.
Body Parameters
Integration20| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SystemSBO | integer |
None. |
|
| SystemCurrency | integer |
None. |
|
| IntegrationID | integer |
None. |
|
| CountPosts | integer |
None. |
|
| OverwriteValues | boolean |
None. |
|
| Historical | boolean |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| SystemSBOTitle | string |
None. |
|
| SystemCurrencyTitle | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SystemSBO": 1,
"SystemCurrency": 1,
"IntegrationID": 1,
"CountPosts": 1,
"OverwriteValues": true,
"Historical": true,
"ColumnName": "sample string 2",
"SortDirection": "sample string 3",
"SystemSBOTitle": "sample string 4",
"SystemCurrencyTitle": "sample string 5",
"IsSuccess": true,
"Message": "sample string 7",
"Value": {}
}
application/xml, text/xml
Sample:
<Integration20 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 7</Message> <Value /> <ColumnName>sample string 2</ColumnName> <CountPosts>1</CountPosts> <Historical>true</Historical> <ID>1</ID> <IntegrationID>1</IntegrationID> <OverwriteValues>true</OverwriteValues> <SortDirection>sample string 3</SortDirection> <SystemCurrency>1</SystemCurrency> <SystemCurrencyTitle>sample string 5</SystemCurrencyTitle> <SystemSBO>1</SystemSBO> <SystemSBOTitle>sample string 4</SystemSBOTitle> </Integration20>
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. |