GET v1/Generic/CustomerPaymentDelete?customerPaymentNumber={customerPaymentNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerPaymentNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TupleOfBooleanAndMidnightErrorResponseName | Description | Type | Additional information |
---|---|---|---|
Item1 | boolean |
None. |
|
Item2 | MidnightErrorResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "m_Item1": true, "m_Item2": { "ErrorMessage": [ { "Key": "sample string 1", "Message": "sample string 2" }, { "Key": "sample string 1", "Message": "sample string 2" } ] } }