POST api/enquiries

Request Information

URI Parameters

None.

Body Parameters

CreateEnquiryDto
NameDescriptionTypeAdditional information
SellerStoreId

integer

Required

ListingId

integer

None.

Message

string

Required

String length: inclusive between 0 and 2000

Quantity

decimal number

None.

RequiredDate

date

None.

BuyerLocation

string

String length: inclusive between 0 and 300

Request Formats

application/json, text/json

Sample:
{
  "sellerStoreId": 1,
  "listingId": 1,
  "message": "sample string 2",
  "quantity": 1.0,
  "requiredDate": "2026-06-05T19:05:10.5548802+02:00",
  "buyerLocation": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.