GET v1/users/schedule-request/{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-13T10:53:34.138648Z", "createdBy": "ac75b583-d922-4620-b3bf-f6eedf3c7039", "updatedBy": "79ded28c-94bf-4270-b6cb-4a134a407e09", "updatedOn": "2024-09-13T10:53:34.138648Z", "customerId": "2e806c25-0704-4d26-90ee-265718343236", "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": "e41e12db-150b-45b2-bacf-5aae55c7d8c0", "productId": 13, "buyerId": "089c64e0-35f4-4cea-a50e-9b8937a77093", "callingDateTime": "2024-09-13T10:53:34.138648Z", "message": "sample string 16", "requestType": "Callback" }
text/html, multipart/form-data
Sample:
{"createdOn":"2024-09-13T10:53:34.138648Z","createdBy":"ac75b583-d922-4620-b3bf-f6eedf3c7039","updatedBy":"79ded28c-94bf-4270-b6cb-4a134a407e09","updatedOn":"2024-09-13T10:53:34.138648Z","customerId":"2e806c25-0704-4d26-90ee-265718343236","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":"e41e12db-150b-45b2-bacf-5aae55c7d8c0","productId":13,"buyerId":"089c64e0-35f4-4cea-a50e-9b8937a77093","callingDateTime":"2024-09-13T10:53:34.138648Z","message":"sample string 16","requestType":"Callback"}