POST v1/Generic/DeleteCustomerPaymentToken
Delete FSCustomerPaymentToken record in Midnight
Request Information
URI Parameters
None.
Body Parameters
DeleteCustomerPaymentTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FSCustomerPaymentTokenId |
FSCustomerPaymentToken Id of Record. |
integer |
Required |
Remarks
None.
Request Formats
application/json, text/json
Sample:
{
"FSCustomerPaymentTokenId": 1
}
application/xml, text/xml
Sample:
<DeleteCustomerPaymentTokenRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FSCustomerPaymentTokenId>1</FSCustomerPaymentTokenId> </DeleteCustomerPaymentTokenRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TupleOfBooleanAndMidnightErrorResponse| Name | 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"
}
]
}
}
