POST as2/SendAS2Test?secretKey={secretKey}&codePage={codePage}&fileName={fileName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secretKey | string |
None. |
|
| codePage | integer |
Default value is 65001 |
|
| fileName | string |
Default value is test.as2 |
Body Parameters
ChannelTestPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelCode | string |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChannelCode": "sample string 1",
"Content": "sample string 2"
}
application/xml, text/xml
Sample:
<ChannelTestPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDIOneWebChannels.Models"> <ChannelCode>sample string 1</ChannelCode> <Content>sample string 2</Content> </ChannelTestPayload>
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. |