POST api/Zevez/rwsystem/Keys
Request Information
URI Parameters
None.
Body Parameters
HmacKeyCustomer| Name | Description | Type | Additional 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": "5938a0b2-6b7d-4178-96f0-e5c4d0d5eb39",
"CustomerAccountId": 1,
"HMACSecret": "sample string 3",
"KeyCreationDate": "2026-04-09T10:22:12.3998827+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>5938a0b2-6b7d-4178-96f0-e5c4d0d5eb39</CustomerHmacId> <CustomerId>1</CustomerId> <CustomerName>sample string 4</CustomerName> <HMACSecret>sample string 3</HMACSecret> <Id>1</Id> <KeyCreationDate>2026-04-09T10:22:12.3998827+00:00</KeyCreationDate> <RWCustomerNumber>sample string 5</RWCustomerNumber> </HmacKeyCustomer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.