POST lsnIn/IssueRxPayToken
Request Information
URI Parameters
None.
Body Parameters
CommsIdentity| Name | Description | Type | Additional information |
|---|---|---|---|
| RxCustId | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| ModuleCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RxCustId": 1,
"Username": "sample string 2",
"Password": "sample string 3",
"ModuleCode": "sample string 4"
}
text/html
Sample:
{"RxCustId":1,"Username":"sample string 2","Password":"sample string 3","ModuleCode":"sample string 4"}
application/xml, text/xml
Sample:
<CommsIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ListenerIncoming"> <ModuleCode>sample string 4</ModuleCode> <Password>sample string 3</Password> <RxCustId>1</RxCustId> <Username>sample string 2</Username> </CommsIdentity>
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.