POST api/Zevez/rwsystem/AmexCard

Request Information

URI Parameters

None.

Body Parameters

AmexCardAccount
NameDescriptionTypeAdditional information
id

integer

None.

AmexCardGuid

globally unique identifier

None.

AmexCardAccountId

string

String length: inclusive between 0 and 255

AmexOrgId

string

String length: inclusive between 0 and 255

PostRequestBody

string

None.

CustomerAccountId

integer

None.

CardLastFive

integer

None.

RWCustomerNumber

string

String length: inclusive between 0 and 255

CardLastFourNumber

string

String length: inclusive between 0 and 255

CardEnrolledDate

date

None.

StatusDate

date

None.

Status

string

String length: inclusive between 0 and 255

RWCustomerName

string

String length: inclusive between 0 and 1024

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "AmexCardGuid": "f5a9f4fc-1773-4c55-99f8-ba1dc8f0f915",
  "AmexCardAccountId": "sample string 3",
  "AmexOrgId": "sample string 4",
  "PostRequestBody": "sample string 5",
  "CustomerAccountId": 6,
  "CardLastFive": 1,
  "RWCustomerNumber": "sample string 7",
  "CardLastFourNumber": "sample string 8",
  "CardEnrolledDate": "2026-04-09T10:23:10.4295339+00:00",
  "StatusDate": "2026-04-09T10:23:10.4295339+00:00",
  "Status": "sample string 9",
  "RWCustomerName": "sample string 10"
}

application/xml, text/xml

Sample:
<AmexCardAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <AmexCardAccountId>sample string 3</AmexCardAccountId>
  <AmexCardGuid>f5a9f4fc-1773-4c55-99f8-ba1dc8f0f915</AmexCardGuid>
  <AmexOrgId>sample string 4</AmexOrgId>
  <CardEnrolledDate>2026-04-09T10:23:10.4295339+00:00</CardEnrolledDate>
  <CardLastFive>1</CardLastFive>
  <CardLastFourNumber>sample string 8</CardLastFourNumber>
  <CustomerAccountId>6</CustomerAccountId>
  <PostRequestBody>sample string 5</PostRequestBody>
  <RWCustomerName>sample string 10</RWCustomerName>
  <RWCustomerNumber>sample string 7</RWCustomerNumber>
  <Status>sample string 9</Status>
  <StatusDate>2026-04-09T10:23:10.4295339+00:00</StatusDate>
  <id>1</id>
</AmexCardAccount>

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.