POST v1/companies-web/cards/update-invitation-approval

Request Information

URI Parameters

None.

Body Parameters

UpdateCardHolderInvitationApprovalRequest
NameDescriptionTypeAdditional 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": "d77af3c4-840e-4b29-ba63-1f6fba9ad7ba",
  "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": "c5ce0dd3-740e-457d-a67f-20751c2bcd7b",
  "NationalityId2": "401fc414-d928-4bc8-b382-2bb506193fe8",
  "NationalityId3": "a72f18be-a6f9-4950-a25f-da34fa702928"
}

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>d77af3c4-840e-4b29-ba63-1f6fba9ad7ba</InvitationId>
  <IsApproved>true</IsApproved>
  <IsPoliticallyInfluential>true</IsPoliticallyInfluential>
  <NationalityId>c5ce0dd3-740e-457d-a67f-20751c2bcd7b</NationalityId>
  <NationalityId2>401fc414-d928-4bc8-b382-2bb506193fe8</NationalityId2>
  <NationalityId3>a72f18be-a6f9-4950-a25f-da34fa702928</NationalityId3>
</UpdateCardHolderInvitationApprovalRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateCardHolderInvitationApprovalRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.