POST api/MTForms/RequestForPayment/Update
Request Information
URI Parameters
None.
Body Parameters
RequestForPaymentTranList| Name | Description | Type | Additional information |
|---|---|---|---|
| TRANID | string |
None. |
|
| STATUS | string |
None. |
|
| FORMSTYPE | string |
None. |
|
| DTCREATED | date |
None. |
|
| DTMODIFIED | date |
None. |
|
| COMPANYCODE | string |
None. |
|
| PAYEE | string |
None. |
|
| RFPDATE | date |
None. |
|
| AMOUNT | decimal number |
None. |
|
| CONTACTPERSON | string |
None. |
|
| CONTACTNO | string |
None. |
|
| PURPOSE | string |
None. |
|
| BANKNAME | string |
None. |
|
| BANKACCNAME | string |
None. |
|
| BANKACCNO | string |
None. |
|
| PONO | string |
None. |
|
| PRNO | string |
None. |
|
| RFPSupportingDocuList | Collection of RFPSupportingDocument |
None. |
|
| PREPAREDBY | string |
None. |
|
| PREPAREDDATE | date |
None. |
|
| CHECKEDBY | string |
None. |
|
| CHECKEDDATE | date |
None. |
|
| APPROVEDBY | string |
None. |
|
| APPROVEDDATE | date |
None. |
|
| APPROVEREMAIL | string |
None. |
|
| APPROVERNO | string |
None. |
|
| RECCOAPPROVEDBY | string |
None. |
|
| RECCOAPPROVEDDATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRANID": "sample string 1",
"STATUS": "sample string 2",
"FORMSTYPE": "sample string 3",
"DTCREATED": "2025-12-21T21:53:05.4447506-08:00",
"DTMODIFIED": "2025-12-21T21:53:05.4447506-08:00",
"COMPANYCODE": "sample string 6",
"PAYEE": "sample string 7",
"RFPDATE": "2025-12-21T21:53:05.4447506-08:00",
"AMOUNT": 1.0,
"CONTACTPERSON": "sample string 8",
"CONTACTNO": "sample string 9",
"PURPOSE": "sample string 10",
"BANKNAME": "sample string 11",
"BANKACCNAME": "sample string 12",
"BANKACCNO": "sample string 13",
"PONO": "sample string 14",
"PRNO": "sample string 15",
"RFPSupportingDocuList": [
{
"FILENAME": "sample string 1",
"FILEPATH": "sample string 2",
"FILEID": "sample string 3"
},
{
"FILENAME": "sample string 1",
"FILEPATH": "sample string 2",
"FILEID": "sample string 3"
}
],
"PREPAREDBY": "sample string 16",
"PREPAREDDATE": "2025-12-21T21:53:05.4447506-08:00",
"CHECKEDBY": "sample string 17",
"CHECKEDDATE": "2025-12-21T21:53:05.4447506-08:00",
"APPROVEDBY": "sample string 18",
"APPROVEDDATE": "2025-12-21T21:53:05.4447506-08:00",
"APPROVEREMAIL": "sample string 19",
"APPROVERNO": "sample string 20",
"RECCOAPPROVEDBY": "sample string 21",
"RECCOAPPROVEDDATE": "2025-12-21T21:53:05.4447506-08:00"
}
application/xml, text/xml
Sample:
<RequestForPaymentTranList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.MTForms">
<AMOUNT>1</AMOUNT>
<APPROVEDBY>sample string 18</APPROVEDBY>
<APPROVEDDATE>2025-12-21T21:53:05.4447506-08:00</APPROVEDDATE>
<APPROVEREMAIL>sample string 19</APPROVEREMAIL>
<APPROVERNO>sample string 20</APPROVERNO>
<BANKACCNAME>sample string 12</BANKACCNAME>
<BANKACCNO>sample string 13</BANKACCNO>
<BANKNAME>sample string 11</BANKNAME>
<CHECKEDBY>sample string 17</CHECKEDBY>
<CHECKEDDATE>2025-12-21T21:53:05.4447506-08:00</CHECKEDDATE>
<COMPANYCODE>sample string 6</COMPANYCODE>
<CONTACTNO>sample string 9</CONTACTNO>
<CONTACTPERSON>sample string 8</CONTACTPERSON>
<DTCREATED>2025-12-21T21:53:05.4447506-08:00</DTCREATED>
<DTMODIFIED>2025-12-21T21:53:05.4447506-08:00</DTMODIFIED>
<FORMSTYPE>sample string 3</FORMSTYPE>
<PAYEE>sample string 7</PAYEE>
<PONO>sample string 14</PONO>
<PREPAREDBY>sample string 16</PREPAREDBY>
<PREPAREDDATE>2025-12-21T21:53:05.4447506-08:00</PREPAREDDATE>
<PRNO>sample string 15</PRNO>
<PURPOSE>sample string 10</PURPOSE>
<RECCOAPPROVEDBY>sample string 21</RECCOAPPROVEDBY>
<RECCOAPPROVEDDATE>2025-12-21T21:53:05.4447506-08:00</RECCOAPPROVEDDATE>
<RFPDATE>2025-12-21T21:53:05.4447506-08:00</RFPDATE>
<RFPSupportingDocuList>
<RFPSupportingDocument>
<FILEID>sample string 3</FILEID>
<FILENAME>sample string 1</FILENAME>
<FILEPATH>sample string 2</FILEPATH>
</RFPSupportingDocument>
<RFPSupportingDocument>
<FILEID>sample string 3</FILEID>
<FILENAME>sample string 1</FILENAME>
<FILEPATH>sample string 2</FILEPATH>
</RFPSupportingDocument>
</RFPSupportingDocuList>
<STATUS>sample string 2</STATUS>
<TRANID>sample string 1</TRANID>
</RequestForPaymentTranList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | Status |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 0,
"Description": "sample string 1"
}
application/xml, text/xml
Sample:
<RequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models"> <Description>sample string 1</Description> <Status>Ok</Status> </RequestModel>