POST v1/customers/request-callback

Request Information

URI Parameters

None.

Body Parameters

RequestCallbackDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProductId

integer

Required

BuyerId

globally unique identifier

Required

CallingDateTime

date

Required

Message

string

None.

RequestType

RequestType

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "042e5dd3-7867-42bd-8321-e506105f8bd0",
  "productId": 2,
  "buyerId": "9d6ffd8a-10c2-4ab0-81c8-7bb3dc20847a",
  "callingDateTime": "2024-09-13T10:53:39.1584063Z",
  "message": "sample string 5",
  "requestType": "Callback"
}

text/html, multipart/form-data

Sample:
{"id":"042e5dd3-7867-42bd-8321-e506105f8bd0","productId":2,"buyerId":"9d6ffd8a-10c2-4ab0-81c8-7bb3dc20847a","callingDateTime":"2024-09-13T10:53:39.1584063Z","message":"sample string 5","requestType":"Callback"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.