POST api/Connectors/SaveAmazon
Request Information
URI Parameters
None.
Body Parameters
Connectors_Amazon| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Descr | string |
None. |
|
| Customer | string |
None. |
|
| Continent | string |
None. |
|
| ClientID | string |
None. |
|
| ClientSecret | string |
None. |
|
| RotationDate | date |
None. |
|
| RefreshToken | string |
None. |
|
| ColumnName | string |
None. |
|
| SortDirection | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Descr": "sample string 2",
"Customer": "sample string 3",
"Continent": "sample string 4",
"ClientID": "sample string 5",
"ClientSecret": "sample string 6",
"RotationDate": "2026-02-22T14:20:26.2797688+02:00",
"RefreshToken": "sample string 7",
"ColumnName": "sample string 8",
"SortDirection": "sample string 9",
"IsSuccess": true,
"Message": "sample string 11",
"Value": {}
}
application/xml, text/xml
Sample:
<Connectors_Amazon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain"> <IsSuccess>true</IsSuccess> <Message>sample string 11</Message> <Value /> <ClientID>sample string 5</ClientID> <ClientSecret>sample string 6</ClientSecret> <ColumnName>sample string 8</ColumnName> <Continent>sample string 4</Continent> <Customer>sample string 3</Customer> <Descr>sample string 2</Descr> <ID>1</ID> <RefreshToken>sample string 7</RefreshToken> <RotationDate>2026-02-22T14:20:26.2797688+02:00</RotationDate> <SortDirection>sample string 9</SortDirection> </Connectors_Amazon>
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. |