POST api/Connectors/SaveCCO

Request Information

URI Parameters

None.

Body Parameters

Connectors_CCO
NameDescriptionTypeAdditional information
ID

integer

None.

Descr

string

None.

Customer

string

None.

CCOUrl

string

None.

CCOUserName

string

None.

CCOPassword

string

None.

CCOSecret

string

None.

CCOPath

string

None.

ReceiptEndPoint

string

None.

FetchBatchSerialEndPoint

string

None.

VerifyBatchSerialEndPoint

string

None.

StockOverviewEndPoint

string

None.

BusinessDocumentsEndPoint

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",
  "CCOUrl": "sample string 4",
  "CCOUserName": "sample string 5",
  "CCOPassword": "sample string 6",
  "CCOSecret": "sample string 7",
  "CCOPath": "sample string 8",
  "ReceiptEndPoint": "sample string 9",
  "FetchBatchSerialEndPoint": "sample string 10",
  "VerifyBatchSerialEndPoint": "sample string 11",
  "StockOverviewEndPoint": "sample string 12",
  "BusinessDocumentsEndPoint": "sample string 13",
  "ColumnName": "sample string 14",
  "SortDirection": "sample string 15",
  "IsSuccess": true,
  "Message": "sample string 17",
  "Value": {}
}

application/xml, text/xml

Sample:
<Connectors_CCO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 17</Message>
  <Value />
  <BusinessDocumentsEndPoint>sample string 13</BusinessDocumentsEndPoint>
  <CCOPassword>sample string 6</CCOPassword>
  <CCOPath>sample string 8</CCOPath>
  <CCOSecret>sample string 7</CCOSecret>
  <CCOUrl>sample string 4</CCOUrl>
  <CCOUserName>sample string 5</CCOUserName>
  <ColumnName>sample string 14</ColumnName>
  <Customer>sample string 3</Customer>
  <Descr>sample string 2</Descr>
  <FetchBatchSerialEndPoint>sample string 10</FetchBatchSerialEndPoint>
  <ID>1</ID>
  <ReceiptEndPoint>sample string 9</ReceiptEndPoint>
  <SortDirection>sample string 15</SortDirection>
  <StockOverviewEndPoint>sample string 12</StockOverviewEndPoint>
  <VerifyBatchSerialEndPoint>sample string 11</VerifyBatchSerialEndPoint>
</Connectors_CCO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.