POST api/customer/transaction
Request Information
URI Parameters
None.
Body Parameters
AddCustomerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IDNumber | string |
None. |
|
| FullName | string |
None. |
|
| Gender | string |
None. |
|
| DateOfBirth | date |
None. |
|
| DateOfIssue | date |
None. |
|
| PlaceOfIssue | string |
None. |
|
| Address | string |
None. |
|
| Note | string |
None. |
|
| Quantity | integer |
None. |
|
| ExpirationDate | date |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDNumber": "sample string 1",
"FullName": "sample string 2",
"Gender": "sample string 3",
"DateOfBirth": "2026-01-26T19:09:17.4748377+07:00",
"DateOfIssue": "2026-01-26T19:09:17.4748377+07:00",
"PlaceOfIssue": "sample string 6",
"Address": "sample string 7",
"Note": "sample string 8",
"Quantity": 9,
"ExpirationDate": "2026-01-26T19:09:17.4748377+07:00",
"AuctionSessionId": "2e70ca29-e71b-430e-8d5a-17a9154e89c2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.