POST api/InventoryFollowUp/Update

Request Information

URI Parameters

None.

Body Parameters

InventoryFollowUpSaveVm
NameDescriptionTypeAdditional 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-07T14:40:04.5385472Z",
  "EndDateTime": "2025-12-07T14:40:04.5385472Z",
  "AssignedToId": 1,
  "InventoryId": 1,
  "NotificationId": 1,
  "CallSummaryId": 1,
  "PerformedAt": "2025-12-07T14:40:04.5385472Z"
}

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:10:04.5385472+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:10:04.5385472+05:30</PerformedAt>
  <Remark>sample string 6</Remark>
  <Reminder>3</Reminder>
  <StartDateTime>2025-12-07T20:10:04.5385472+05:30</StartDateTime>
  <ToBeReminded>true</ToBeReminded>
  <Type>sample string 2</Type>
</InventoryFollowUpSaveVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InventoryFollowUpSaveVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.