GET v1/customers/request-callback

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SortBy

string

None.

IsSortAscending

boolean

None.

Page

integer

None.

PageSize

integer

None.

ProductIds

Collection of integer

None.

CustomerId

globally unique identifier

None.

BuyerId

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RequestCallbackResponse
NameDescriptionTypeAdditional 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:38.5984366Z",
    "createdBy": "32c6359d-cdd4-44b7-a226-3b7be2f78fb0",
    "updatedBy": "84f8ee37-5123-4761-aa7c-504a3dc4743f",
    "updatedOn": "2024-09-13T10:53:38.5984366Z",
    "customerId": "f150b00c-a4d0-46c9-b6e8-6fdceae9b6b1",
    "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": "7d972247-287a-4fb3-9080-83c25fcb3ddc",
    "productId": 13,
    "buyerId": "82fd1b0c-cf11-45ad-87d9-f855d464afb2",
    "callingDateTime": "2024-09-13T10:53:38.5984366Z",
    "message": "sample string 16",
    "requestType": "Callback"
  },
  {
    "createdOn": "2024-09-13T10:53:38.5984366Z",
    "createdBy": "32c6359d-cdd4-44b7-a226-3b7be2f78fb0",
    "updatedBy": "84f8ee37-5123-4761-aa7c-504a3dc4743f",
    "updatedOn": "2024-09-13T10:53:38.5984366Z",
    "customerId": "f150b00c-a4d0-46c9-b6e8-6fdceae9b6b1",
    "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": "7d972247-287a-4fb3-9080-83c25fcb3ddc",
    "productId": 13,
    "buyerId": "82fd1b0c-cf11-45ad-87d9-f855d464afb2",
    "callingDateTime": "2024-09-13T10:53:38.5984366Z",
    "message": "sample string 16",
    "requestType": "Callback"
  }
]

text/html, multipart/form-data

Sample:
[{"createdOn":"2024-09-13T10:53:38.5984366Z","createdBy":"32c6359d-cdd4-44b7-a226-3b7be2f78fb0","updatedBy":"84f8ee37-5123-4761-aa7c-504a3dc4743f","updatedOn":"2024-09-13T10:53:38.5984366Z","customerId":"f150b00c-a4d0-46c9-b6e8-6fdceae9b6b1","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":"7d972247-287a-4fb3-9080-83c25fcb3ddc","productId":13,"buyerId":"82fd1b0c-cf11-45ad-87d9-f855d464afb2","callingDateTime":"2024-09-13T10:53:38.5984366Z","message":"sample string 16","requestType":"Callback"},{"createdOn":"2024-09-13T10:53:38.5984366Z","createdBy":"32c6359d-cdd4-44b7-a226-3b7be2f78fb0","updatedBy":"84f8ee37-5123-4761-aa7c-504a3dc4743f","updatedOn":"2024-09-13T10:53:38.5984366Z","customerId":"f150b00c-a4d0-46c9-b6e8-6fdceae9b6b1","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":"7d972247-287a-4fb3-9080-83c25fcb3ddc","productId":13,"buyerId":"82fd1b0c-cf11-45ad-87d9-f855d464afb2","callingDateTime":"2024-09-13T10:53:38.5984366Z","message":"sample string 16","requestType":"Callback"}]