POST api/payment/invoice/{invoiceId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoiceId | No documentation available. |
Define this parameter in the request URI. |
| pmt | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"cod": true,
"amount": 3.0,
"firstName": "sample string 4",
"lastName": "sample string 5",
"phone": "sample string 6",
"emailAddress": "sample string 7",
"poNumber": "sample string 8",
"companyId": "a7d31f7f-27bd-4094-a5a3-0af4fbf814e1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Error": true,
"Message": "sample string 2"
}