POST
api/v1/InsertSlotDetails
Request Information
Body Parameters
SlotDetailsName | Description | Type | Additional information |
---|---|---|---|
SlotID | integer |
None. |
|
FromTime | date |
None. |
|
ToTime | date |
None. |
|
Description | string |
None. |
|
SlotCapping | integer |
None. |
|
SlotSequence | integer |
None. |
|
IsActive | boolean |
None. |
|
IsLogicalDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreatedOn | date |
None. |
|
ModifedBy | integer |
None. |
|
ModifiedOn | date |
None. |
|
ClientId | integer |
None. |
|
SellerId | integer |
None. |
Request Formats
application/json, text/json
{ "SlotID": 1, "FromTime": "2025-06-18T11:44:25.4559616+00:00", "ToTime": "2025-06-18T11:44:25.4559616+00:00", "Description": "sample string 4", "SlotCapping": 1, "SlotSequence": 1, "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T11:44:25.4559616+00:00", "ModifedBy": 1, "ModifiedOn": "2025-06-18T11:44:25.4559616+00:00", "ClientId": 1, "SellerId": 1 }
text/html
{"SlotID":1,"FromTime":"2025-06-18T11:44:25.4559616+00:00","ToTime":"2025-06-18T11:44:25.4559616+00:00","Description":"sample string 4","SlotCapping":1,"SlotSequence":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T11:44:25.4559616+00:00","ModifedBy":1,"ModifiedOn":"2025-06-18T11:44:25.4559616+00:00","ClientId":1,"SellerId":1}
application/xml, text/xml
<SlotDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <ClientId>1</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T11:44:25.4559616+00:00</CreatedOn> <Description>sample string 4</Description> <FromTime>2025-06-18T11:44:25.4559616+00:00</FromTime> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifedBy>1</ModifedBy> <ModifiedOn>2025-06-18T11:44:25.4559616+00:00</ModifiedOn> <SellerId>1</SellerId> <SlotCapping>1</SlotCapping> <SlotID>1</SlotID> <SlotSequence>1</SlotSequence> <ToTime>2025-06-18T11:44:25.4559616+00:00</ToTime> </SlotDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: string
Response Formats
application/json, text/json, text/html
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>