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": "99dc4795-1bf6-4012-a786-db93a9361346" }
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" }