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": "03d91095-9a1a-4420-ad6d-08f9a2c076de"
}
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"
}