POST api/InvDeliveryOrder/FormHistoryForReferenceParties

Request Information

URI Parameters

None.

Body Parameters

ReferenceParties
NameDescriptionTypeAdditional information
IsActive

boolean

None.

Id

integer

None.

OrganizationId

integer

None.

CompanyId

integer

None.

ReferencePartyName

string

None.

CellNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsActive": true,
  "Id": 2,
  "OrganizationId": 3,
  "CompanyId": 4,
  "ReferencePartyName": "sample string 5",
  "CellNumber": "sample string 6"
}

application/xml, text/xml

Sample:
<ReferenceParties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model">
  <CellNumber>sample string 6</CellNumber>
  <CompanyId>4</CompanyId>
  <Id>2</Id>
  <IsActive>true</IsActive>
  <OrganizationId>3</OrganizationId>
  <ReferencePartyName>sample string 5</ReferencePartyName>
</ReferenceParties>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.