POST api/Card/AcceptDenySharedCard

Request Information

URI Parameters

None.

Body Parameters

BusinessCardAcceptDenyModel
NameDescriptionTypeAdditional information
CardShareId

integer

None.

ActionType

string

None.

LoggedInUserId

integer

None.

DeviceId

string

None.

DeviceOS

string

None.

UserId

integer

None.

Model

string

None.

Brand

string

None.

FCMToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CardShareId": 1,
  "ActionType": "sample string 2",
  "LoggedInUserId": 3,
  "DeviceId": "sample string 4",
  "DeviceOS": "sample string 5",
  "UserId": 6,
  "Model": "sample string 7",
  "Brand": "sample string 8",
  "FCMToken": "sample string 9"
}

application/xml, text/xml

Sample:
<BusinessCardAcceptDenyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InfinitSol.Product.DigiCard.DTO">
  <Brand>sample string 8</Brand>
  <DeviceId>sample string 4</DeviceId>
  <DeviceOS>sample string 5</DeviceOS>
  <FCMToken>sample string 9</FCMToken>
  <Model>sample string 7</Model>
  <UserId>6</UserId>
  <LoggedInUserId>3</LoggedInUserId>
  <ActionType>sample string 2</ActionType>
  <CardShareId>1</CardShareId>
</BusinessCardAcceptDenyModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.