POST api/ExImShipmentDocGroupSchedule/Save

Request Information

URI Parameters

None.

Body Parameters

ExImShipmentDocGroupSchedule
NameDescriptionTypeAdditional information
CompanyId

integer

None.

Copies

integer

None.

ExImShipmentDocGroupId

integer

None.

ExImShipmentDocuments

integer

None.

Id

integer

None.

OrganizationId

integer

None.

Original

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "Copies": 2,
  "ExImShipmentDocGroupId": 3,
  "ExImShipmentDocuments": 4,
  "Id": 5,
  "OrganizationId": 6,
  "Original": 7
}

application/xml, text/xml

Sample:
<ExImShipmentDocGroupSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export">
  <CompanyId>1</CompanyId>
  <Copies>2</Copies>
  <ExImShipmentDocGroupId>3</ExImShipmentDocGroupId>
  <ExImShipmentDocuments>4</ExImShipmentDocuments>
  <Id>5</Id>
  <OrganizationId>6</OrganizationId>
  <Original>7</Original>
</ExImShipmentDocGroupSchedule>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.