POST api/jobplan/getDocketPrice

Request Information

URI Parameters

None.

Body Parameters

UpdateDocketPriceRequestDto
NameDescriptionTypeAdditional information
PageNo

integer

None.

QuoteType

string

None.

SupplierStore

string

None.

SorderNo

integer

None.

NewTruckType

string

None.

Uom

string

None.

TruckType

string

None.

CatlogCodeTemp

string

None.

Price

decimal number

None.

AllocQty

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNo": 1,
  "QuoteType": "sample string 2",
  "SupplierStore": "sample string 3",
  "SorderNo": 4,
  "NewTruckType": "sample string 5",
  "Uom": "sample string 6",
  "TruckType": "sample string 7",
  "CatlogCodeTemp": "sample string 8",
  "Price": 9.0,
  "AllocQty": 10.1
}

text/xml

Sample:
<UpdateDocketPriceRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model.RequestModels">
  <AllocQty>10.1</AllocQty>
  <CatlogCodeTemp>sample string 8</CatlogCodeTemp>
  <NewTruckType>sample string 5</NewTruckType>
  <PageNo>1</PageNo>
  <Price>9</Price>
  <QuoteType>sample string 2</QuoteType>
  <SorderNo>4</SorderNo>
  <SupplierStore>sample string 3</SupplierStore>
  <TruckType>sample string 7</TruckType>
  <Uom>sample string 6</Uom>
</UpdateDocketPriceRequestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.