POST api/Credentials?requestURL={requestURL}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requestURL | string |
Required |
Body Parameters
Collection of Credentials| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| dotNumber | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| account | string |
None. |
|
| driver | string |
None. |
|
| credentialsType | string |
None. |
|
| requestURL | string |
None. |
|
| response_from_cab | string |
None. |
|
| response_from_conexus | string |
None. |
|
| error_in_process | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "066c1c86-a774-4ac6-acdc-71a463f4f3e5",
"dotNumber": "sample string 2",
"username": "sample string 3",
"password": "sample string 4",
"account": "sample string 5",
"driver": "sample string 6",
"credentialsType": "sample string 7",
"requestURL": "sample string 8",
"response_from_cab": "sample string 9",
"response_from_conexus": "sample string 10",
"error_in_process": "sample string 11"
},
{
"Id": "066c1c86-a774-4ac6-acdc-71a463f4f3e5",
"dotNumber": "sample string 2",
"username": "sample string 3",
"password": "sample string 4",
"account": "sample string 5",
"driver": "sample string 6",
"credentialsType": "sample string 7",
"requestURL": "sample string 8",
"response_from_cab": "sample string 9",
"response_from_conexus": "sample string 10",
"error_in_process": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Models">
<Credentials>
<Id>066c1c86-a774-4ac6-acdc-71a463f4f3e5</Id>
<account>sample string 5</account>
<credentialsType>sample string 7</credentialsType>
<dotNumber>sample string 2</dotNumber>
<driver>sample string 6</driver>
<error_in_process>sample string 11</error_in_process>
<password>sample string 4</password>
<requestURL>sample string 8</requestURL>
<response_from_cab>sample string 9</response_from_cab>
<response_from_conexus>sample string 10</response_from_conexus>
<username>sample string 3</username>
</Credentials>
<Credentials>
<Id>066c1c86-a774-4ac6-acdc-71a463f4f3e5</Id>
<account>sample string 5</account>
<credentialsType>sample string 7</credentialsType>
<dotNumber>sample string 2</dotNumber>
<driver>sample string 6</driver>
<error_in_process>sample string 11</error_in_process>
<password>sample string 4</password>
<requestURL>sample string 8</requestURL>
<response_from_cab>sample string 9</response_from_cab>
<response_from_conexus>sample string 10</response_from_conexus>
<username>sample string 3</username>
</Credentials>
</ArrayOfCredentials>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>