POST v1/users/schedule-request
Request Information
URI Parameters
None.
Body Parameters
ScheduleRequestDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ProductId | integer |
Required |
|
ToUserId | globally unique identifier |
Required |
|
CallingDateTime | date |
Required |
|
Message | string |
None. |
|
RequestType | RequestType |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "ac8c404e-c920-48e9-afa8-dbc08d3449a1", "productId": 2, "toUserId": "b265f9f7-04c6-4d8c-a20a-d222c2ca292d", "callingDateTime": "2024-09-13T05:49:38.5506348Z", "message": "sample string 5", "requestType": "Callback" }
text/html, multipart/form-data
Sample:
{"id":"ac8c404e-c920-48e9-afa8-dbc08d3449a1","productId":2,"toUserId":"b265f9f7-04c6-4d8c-a20a-d222c2ca292d","callingDateTime":"2024-09-13T05:49:38.5506348Z","message":"sample string 5","requestType":"Callback"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.