POST api/Statement/UpdateStatementStatus
Request Information
URI Parameters
None.
Body Parameters
StatementStatusName | Description | Type | Additional information |
---|---|---|---|
StatementNo | string |
None. |
|
StatusFlag | integer |
None. |
|
PaymentNo | string |
None. |
|
PaymentRef | string |
None. |
|
PaymentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "StatementNo": "sample string 1", "StatusFlag": 2, "PaymentNo": "sample string 3", "PaymentRef": "sample string 4", "PaymentDate": "2024-11-25T18:54:39.1699479+00:00" }
application/xml, text/xml
Sample:
<StatementStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zeoniq.Portal.Api.Models"> <PaymentDate>2024-11-25T18:54:39.1699479+00:00</PaymentDate> <PaymentNo>sample string 3</PaymentNo> <PaymentRef>sample string 4</PaymentRef> <StatementNo>sample string 1</StatementNo> <StatusFlag>2</StatusFlag> </StatementStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.