POST Supplier/DoOrderConfirmation

Request Information

URI Parameters

None.

Body Parameters

DoOrderConfirmationDTORequest
NameDescriptionTypeAdditional information
SupplierOrderID

string

Required

iPremiOrderID

integer

Required

AmountValue

decimal number

Required

Range: inclusive between 0 and 1,79769313486232E+308

FreightValue

decimal number

Required

Range: inclusive between 0 and 1,79769313486232E+308

ShippingValueIncrement

decimal number

Required

Range: inclusive between 0 and 1,79769313486232E+308

ProductsValue

decimal number

Required

Range: inclusive between 0 and 1,79769313486232E+308

ComplementValue

decimal number

Required

Range: inclusive between 0 and 1,79769313486232E+308

ForceTrackingNoInternalDelivery

boolean

None.

ParticipantToken

string

Required

Request Formats

application/json, text/json

Sample:
{
  "SupplierOrderID": "sample string 1",
  "iPremiOrderID": 2,
  "AmountValue": 3.1,
  "FreightValue": 4.1,
  "ShippingValueIncrement": 5.1,
  "ProductsValue": 6.1,
  "ComplementValue": 7.1,
  "ForceTrackingNoInternalDelivery": true,
  "ParticipantToken": "sample string 9"
}

application/xml, text/xml

Sample:
<DoOrderConfirmationDTORequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ParticipantToken>sample string 9</ParticipantToken>
  <SupplierOrderID>sample string 1</SupplierOrderID>
  <iPremiOrderID>2</iPremiOrderID>
  <AmountValue>3.1</AmountValue>
  <FreightValue>4.1</FreightValue>
  <ShippingValueIncrement>5.1</ShippingValueIncrement>
  <ProductsValue>6.1</ProductsValue>
  <ComplementValue>7.1</ComplementValue>
  <ForceTrackingNoInternalDelivery>true</ForceTrackingNoInternalDelivery>
</DoOrderConfirmationDTORequest>

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

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.