POST api/InventoryFollowUp/Create
Request Information
URI Parameters
None.
Body Parameters
InventoryFollowUpSaveVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Type | string |
None. |
|
| Reminder | integer |
None. |
|
| IsPerformed | boolean |
None. |
|
| ToBeReminded | boolean |
None. |
|
| Remark | string |
None. |
|
| InventoryFollowupTypeId | integer |
None. |
|
| InventoryFollowupSubTypeId | integer |
None. |
|
| ContactId | integer |
None. |
|
| CallUID | string |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| AssignedToId | integer |
None. |
|
| InventoryId | integer |
None. |
|
| NotificationId | integer |
None. |
|
| CallSummaryId | integer |
None. |
|
| PerformedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Type": "sample string 2",
"Reminder": 3,
"IsPerformed": true,
"ToBeReminded": true,
"Remark": "sample string 6",
"InventoryFollowupTypeId": 1,
"InventoryFollowupSubTypeId": 1,
"ContactId": 1,
"CallUID": "sample string 7",
"StartDateTime": "2025-12-07T15:24:33.3776322Z",
"EndDateTime": "2025-12-07T15:24:33.3776322Z",
"AssignedToId": 1,
"InventoryId": 1,
"NotificationId": 1,
"CallSummaryId": 1,
"PerformedAt": "2025-12-07T15:24:33.3776322Z"
}
application/xml, text/xml
Sample:
<InventoryFollowUpSaveVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.InventoryModels"> <AssignedToId>1</AssignedToId> <CallSummaryId>1</CallSummaryId> <CallUID>sample string 7</CallUID> <ContactId>1</ContactId> <EndDateTime>2025-12-07T20:54:33.3776322+05:30</EndDateTime> <Id>1</Id> <InventoryFollowupSubTypeId>1</InventoryFollowupSubTypeId> <InventoryFollowupTypeId>1</InventoryFollowupTypeId> <InventoryId>1</InventoryId> <IsPerformed>true</IsPerformed> <NotificationId>1</NotificationId> <PerformedAt>2025-12-07T20:54:33.3776322+05:30</PerformedAt> <Remark>sample string 6</Remark> <Reminder>3</Reminder> <StartDateTime>2025-12-07T20:54:33.3776322+05:30</StartDateTime> <ToBeReminded>true</ToBeReminded> <Type>sample string 2</Type> </InventoryFollowUpSaveVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.