PATCH api/PaymentCard/Patch
Update metadata about a payment card
Request Information
URI Parameters
None.
Body Parameters
PaymentCardPatchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId |
The device's ID |
string |
Required |
| Id |
The payment card's primary ID |
integer |
Required |
| UserNote |
The updated user note |
string |
Required |
| MailAddress |
The user's mail address |
string |
Optional |
| PhoneNumber |
The user's phone number |
string |
Optional |
Request Formats
application/json, text/json
Sample:
{
"DeviceId": "sample string 1",
"Id": 120435,
"UserNote": "Work MasterCard",
"MailAddress": "test@test.dk",
"PhoneNumber": "12345678"
}
Response Information
Resource Description
Full information about the payment card
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.