POST v1/Generic/DeleteCustomerPaymentToken
Request Information
URI Parameters
None.
Body Parameters
DeleteCustomerPaymentTokenRequestName | Description | Type | Additional information |
---|---|---|---|
FSCustomerPaymentTokenId | integer |
Required |
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
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" } ] } }