POST api/ExImShippedConsignmentFollowUps/Save

Request Information

URI Parameters

None.

Body Parameters

ExImShippedConsignmentFollowUps
NameDescriptionTypeAdditional information
DocCourierToPartyDate

date

None.

DocToBankDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

EntryUserId

integer

None.

ExImInvoiceId

integer

None.

Id

integer

None.

ModifyUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocCourierToPartyDate": "2025-10-29T13:11:02.911374+05:00",
  "DocToBankDate": "2025-10-29T13:11:02.911374+05:00",
  "EntryDate": "2025-10-29T13:11:02.911374+05:00",
  "ModifyDate": "2025-10-29T13:11:02.911374+05:00",
  "EntryUserId": 3,
  "ExImInvoiceId": 4,
  "Id": 5,
  "ModifyUserId": 6
}

application/xml, text/xml

Sample:
<ExImShippedConsignmentFollowUps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export">
  <DocCourierToPartyDate>2025-10-29T13:11:02.911374+05:00</DocCourierToPartyDate>
  <DocToBankDate>2025-10-29T13:11:02.911374+05:00</DocToBankDate>
  <EntryDate>2025-10-29T13:11:02.911374+05:00</EntryDate>
  <EntryUserId>3</EntryUserId>
  <ExImInvoiceId>4</ExImInvoiceId>
  <Id>5</Id>
  <ModifyDate>2025-10-29T13:11:02.911374+05:00</ModifyDate>
  <ModifyUserId>6</ModifyUserId>
</ExImShippedConsignmentFollowUps>

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 'ExImShippedConsignmentFollowUps'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.