POST api/SubCard/SetInviteStatus

Request Information

URI Parameters

None.

Body Parameters

UserInvite
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

NickName

string

None.

MobileExtension

string

None.

Mobile

string

None.

Email

string

None.

ProfileImageName

string

None.

DateCreated

date

None.

DateUpdated

date

None.

Status

string

None.

UserId

globally unique identifier

None.

BankCardId

globally unique identifier

None.

StatusTypeId

InvieStatus

None.

termsConditionId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "8d73a08f-7a92-4720-ba42-56ae652b5e97",
  "NickName": "sample string 2",
  "MobileExtension": "sample string 3",
  "Mobile": "sample string 4",
  "Email": "sample string 5",
  "ProfileImageName": "sample string 6",
  "DateCreated": "2023-03-31T00:47:49.3636334+00:00",
  "DateUpdated": "2023-03-31T00:47:49.3636334+00:00",
  "Status": "sample string 7",
  "UserId": "a40dc59d-adf9-48d6-9628-ef1808b75604",
  "BankCardId": "acd147ac-4156-49f5-baa4-6ce19d71ad44",
  "StatusTypeId": 0,
  "termsConditionId": "21c9fede-541f-4de1-bfc0-c15932ba3f45"
}

application/xml, text/xml

Sample:
<UserInvite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
  <BankCardId>acd147ac-4156-49f5-baa4-6ce19d71ad44</BankCardId>
  <DateCreated>2023-03-31T00:47:49.3636334+00:00</DateCreated>
  <DateUpdated>2023-03-31T00:47:49.3636334+00:00</DateUpdated>
  <Email>sample string 5</Email>
  <ID>8d73a08f-7a92-4720-ba42-56ae652b5e97</ID>
  <Mobile>sample string 4</Mobile>
  <MobileExtension>sample string 3</MobileExtension>
  <NickName>sample string 2</NickName>
  <ProfileImageName>sample string 6</ProfileImageName>
  <Status>sample string 7</Status>
  <StatusTypeId>Default</StatusTypeId>
  <UserId>a40dc59d-adf9-48d6-9628-ef1808b75604</UserId>
  <termsConditionId>21c9fede-541f-4de1-bfc0-c15932ba3f45</termsConditionId>
</UserInvite>

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 'UserInvite'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>