POST api/v1/CargoGroupSave

Request Information

URI Parameters

None.

Body Parameters

CargoGroupSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

CargoID

integer

None.

CargoName

string

None.

CargoGroupName

string

None.

CargoGradeName

string

None.

TransferDate

date

None.

CompID

integer

None.

GroupType

string

None.

CargoGroupID

integer

None.

CargoSubGroupID

integer

None.

CargoSubGroups

string

None.

JsonItem

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "CargoID": 2,
  "CargoName": "sample string 3",
  "CargoGroupName": "sample string 4",
  "CargoGradeName": "sample string 5",
  "TransferDate": "2025-12-06T10:22:08.7175946+05:30",
  "CompID": 7,
  "GroupType": "sample string 8",
  "CargoGroupID": 9,
  "CargoSubGroupID": 10,
  "CargoSubGroups": "sample string 11",
  "JsonItem": "sample string 12"
}

application/xml, text/xml

Sample:
<CargoGroupSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CargoGradeName>sample string 5</CargoGradeName>
  <CargoGroupID>9</CargoGroupID>
  <CargoGroupName>sample string 4</CargoGroupName>
  <CargoID>2</CargoID>
  <CargoName>sample string 3</CargoName>
  <CargoSubGroupID>10</CargoSubGroupID>
  <CargoSubGroups>sample string 11</CargoSubGroups>
  <CompID>7</CompID>
  <GroupType>sample string 8</GroupType>
  <JsonItem>sample string 12</JsonItem>
  <Mode>sample string 1</Mode>
  <TransferDate>2025-12-06T10:22:08.7175946+05:30</TransferDate>
</CargoGroupSaveInput>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.