POST KeyRemita/ValidateCustomer
Request Information
URI Parameters
None.
Body Parameters
RemitaCustomerValidationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None. |
|
| BillerId | string |
None. |
|
| ProductId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "sample string 1",
"BillerId": "sample string 2",
"ProductId": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.