POST api/member/CreditToMemberWebsite/{referenceno}/{amount}/{accno}/{invoiceid}/{tstatus}/{trackingno}/{paymode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| referenceno | No documentation available. |
Define this parameter in the request URI. |
| amount | No documentation available. |
Define this parameter in the request URI. |
| accno | No documentation available. |
Define this parameter in the request URI. |
| invoiceid | No documentation available. |
Define this parameter in the request URI. |
| tstatus | No documentation available. |
Define this parameter in the request URI. |
| trackingno | No documentation available. |
Define this parameter in the request URI. |
| paymode | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"ReceiptNo": "sample string 2"
}
application/xml, text/xml
Sample:
<ReceiptStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPI.Model"> <ReceiptNo>sample string 2</ReceiptNo> <Status>sample string 1</Status> </ReceiptStatus>