POST lsnIn/IncomingListenerInfo
Request Information
URI Parameters
None.
Body Parameters
ListenerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestName | string |
None. |
|
| RequestDoc | string |
None. |
|
| RxCustId | integer |
None. |
|
| UrlIdentifier | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestName": "sample string 1",
"RequestDoc": "sample string 2",
"RxCustId": 1,
"UrlIdentifier": "sample string 3"
}
text/html
Sample:
{"RequestName":"sample string 1","RequestDoc":"sample string 2","RxCustId":1,"UrlIdentifier":"sample string 3"}
application/xml, text/xml
Sample:
<ListenerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ListenerIncoming"> <RequestDoc>sample string 2</RequestDoc> <RequestName>sample string 1</RequestName> <RxCustId>1</RxCustId> <UrlIdentifier>sample string 3</UrlIdentifier> </ListenerInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.