POST api/Zevez/rwsystem/AmexOrg

Request Information

URI Parameters

None.

Body Parameters

AmexOrganization
NameDescriptionTypeAdditional information
id

integer

None.

AmexOrgGuid

globally unique identifier

None.

AmexOrgId

string

String length: inclusive between 0 and 255

PostRequestBody

string

None.

CustomerAccountId

integer

None.

RWCustomerNumber

string

String length: inclusive between 0 and 255

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "AmexOrgGuid": "d5bc28fc-f354-490a-b6d9-22d149695d62",
  "AmexOrgId": "sample string 3",
  "PostRequestBody": "sample string 4",
  "CustomerAccountId": 1,
  "RWCustomerNumber": "sample string 5",
  "CreatedDate": "2026-04-09T10:22:11.6806313+00:00"
}

application/xml, text/xml

Sample:
<AmexOrganization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <AmexOrgGuid>d5bc28fc-f354-490a-b6d9-22d149695d62</AmexOrgGuid>
  <AmexOrgId>sample string 3</AmexOrgId>
  <CreatedDate>2026-04-09T10:22:11.6806313+00:00</CreatedDate>
  <CustomerAccountId>1</CustomerAccountId>
  <PostRequestBody>sample string 4</PostRequestBody>
  <RWCustomerNumber>sample string 5</RWCustomerNumber>
  <id>1</id>
</AmexOrganization>

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.