POST api/Zevez/rwsystem/RWAmexKey

Request Information

URI Parameters

None.

Body Parameters

HmacKeyCustomer
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerHmacId

globally unique identifier

None.

CustomerAccountId

integer

None.

HMACSecret

string

String length: inclusive between 0 and 1024

KeyCreationDate

date

None.

CustomerName

string

String length: inclusive between 0 and 255

CustomerId

integer

None.

RWCustomerNumber

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerHmacId": "15a4d6ad-a088-4142-94fe-598d89304811",
  "CustomerAccountId": 1,
  "HMACSecret": "sample string 3",
  "KeyCreationDate": "2026-04-09T10:21:41.6860743+00:00",
  "CustomerName": "sample string 4",
  "CustomerId": 1,
  "RWCustomerNumber": "sample string 5"
}

application/xml, text/xml

Sample:
<HmacKeyCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <CustomerAccountId>1</CustomerAccountId>
  <CustomerHmacId>15a4d6ad-a088-4142-94fe-598d89304811</CustomerHmacId>
  <CustomerId>1</CustomerId>
  <CustomerName>sample string 4</CustomerName>
  <HMACSecret>sample string 3</HMACSecret>
  <Id>1</Id>
  <KeyCreationDate>2026-04-09T10:21:41.6860743+00:00</KeyCreationDate>
  <RWCustomerNumber>sample string 5</RWCustomerNumber>
</HmacKeyCustomer>

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.