GET v1/customers/request-callback/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
RequestCallbackResponseName | Description | Type | Additional information |
---|---|---|---|
CreatedOn | date |
None. |
|
CreatedBy | globally unique identifier |
None. |
|
UpdatedBy | globally unique identifier |
None. |
|
UpdatedOn | date |
None. |
|
CustomerId | globally unique identifier |
None. |
|
CustomerFirstName | string |
None. |
|
CustomerLastName | string |
None. |
|
CustomerImageUrl | string |
None. |
|
BuyerImageUrl | string |
None. |
|
BuyerFirstName | string |
None. |
|
BuyerLastName | string |
None. |
|
ProductName | string |
None. |
|
ProductDisplayName | string |
None. |
|
Id | globally unique identifier |
None. |
|
ProductId | integer |
Required |
|
BuyerId | globally unique identifier |
Required |
|
CallingDateTime | date |
Required |
|
Message | string |
None. |
|
RequestType | RequestType |
None. |
Response Formats
application/json, text/json
Sample:
{ "createdOn": "2024-09-13T06:29:24.7250052Z", "createdBy": "fff17fac-40e8-4d33-8d5f-475b2c82448f", "updatedBy": "65dde621-0d09-4953-a9ae-f77329721843", "updatedOn": "2024-09-13T06:29:24.7250052Z", "customerId": "a1591885-3a6a-4ee3-8ab3-d8f908d5966f", "customerFirstName": "sample string 4", "customerLastName": "sample string 5", "customerImageUrl": "sample string 6", "buyerImageUrl": "sample string 7", "buyerFirstName": "sample string 8", "buyerLastName": "sample string 9", "productName": "sample string 10", "productDisplayName": "sample string 11", "id": "dfdf306d-fb94-45a7-ae0a-5e2ba4587c02", "productId": 13, "buyerId": "bb1c7a4a-1ca8-4351-a7fe-a19bd8d36830", "callingDateTime": "2024-09-13T06:29:24.7260047Z", "message": "sample string 16", "requestType": "Callback" }
text/html, multipart/form-data
Sample:
{"createdOn":"2024-09-13T06:29:24.7250052Z","createdBy":"fff17fac-40e8-4d33-8d5f-475b2c82448f","updatedBy":"65dde621-0d09-4953-a9ae-f77329721843","updatedOn":"2024-09-13T06:29:24.7250052Z","customerId":"a1591885-3a6a-4ee3-8ab3-d8f908d5966f","customerFirstName":"sample string 4","customerLastName":"sample string 5","customerImageUrl":"sample string 6","buyerImageUrl":"sample string 7","buyerFirstName":"sample string 8","buyerLastName":"sample string 9","productName":"sample string 10","productDisplayName":"sample string 11","id":"dfdf306d-fb94-45a7-ae0a-5e2ba4587c02","productId":13,"buyerId":"bb1c7a4a-1ca8-4351-a7fe-a19bd8d36830","callingDateTime":"2024-09-13T06:29:24.7260047Z","message":"sample string 16","requestType":"Callback"}