POST v1/consumers/cards/update-invitation-approval
Request Information
URI Parameters
None.
Body Parameters
UpdateCardHolderInvitationApprovalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvitationId | globally unique identifier |
None. |
|
| IsApproved | boolean |
None. |
|
| DeliveryAddressStreet | string |
None. |
|
| DeliveryAddressZip | string |
None. |
|
| DeliveryAddressCity | string |
None. |
|
| DeliveryAddressCountryCode | string |
None. |
|
| DeliveryAddressCO | string |
None. |
|
| IsPoliticallyInfluential | boolean |
None. |
|
| NationalityId | globally unique identifier |
None. |
|
| NationalityId2 | globally unique identifier |
None. |
|
| NationalityId3 | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvitationId": "64578246-5010-45dd-819a-4811b504359d",
"IsApproved": true,
"DeliveryAddressStreet": "sample string 3",
"DeliveryAddressZip": "sample string 4",
"DeliveryAddressCity": "sample string 5",
"DeliveryAddressCountryCode": "sample string 6",
"DeliveryAddressCO": "sample string 7",
"IsPoliticallyInfluential": true,
"NationalityId": "d94688ee-74cb-447f-88fe-b58490a88771",
"NationalityId2": "9f101f3f-dcc2-403f-9d43-4a4c3ef50828",
"NationalityId3": "499a0fa6-0713-4a12-abad-d78b82aff81e"
}
application/xml, text/xml
Sample:
<UpdateCardHolderInvitationApprovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.Cards"> <DeliveryAddressCO>sample string 7</DeliveryAddressCO> <DeliveryAddressCity>sample string 5</DeliveryAddressCity> <DeliveryAddressCountryCode>sample string 6</DeliveryAddressCountryCode> <DeliveryAddressStreet>sample string 3</DeliveryAddressStreet> <DeliveryAddressZip>sample string 4</DeliveryAddressZip> <InvitationId>64578246-5010-45dd-819a-4811b504359d</InvitationId> <IsApproved>true</IsApproved> <IsPoliticallyInfluential>true</IsPoliticallyInfluential> <NationalityId>d94688ee-74cb-447f-88fe-b58490a88771</NationalityId> <NationalityId2>9f101f3f-dcc2-403f-9d43-4a4c3ef50828</NationalityId2> <NationalityId3>499a0fa6-0713-4a12-abad-d78b82aff81e</NationalityId3> </UpdateCardHolderInvitationApprovalRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.