POST api/OrderAdjust/Add

Request Information

URI Parameters

None.

Body Parameters

OrderAdjustAPIAdd
NameDescriptionTypeAdditional information
OrderId

integer

None.

AdjustedTotalAmount

integer

None.

AdjustedTaxAmount

integer

None.

AdjustStateId

integer

None.

AdjustReason

string

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": 1,
  "AdjustedTotalAmount": 2,
  "AdjustedTaxAmount": 3,
  "AdjustStateId": 4,
  "AdjustReason": "sample string 5",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:10.8565123+00:00",
  "ModifiedDate": "2025-12-10T05:47:10.8565123+00:00",
  "CreatedById": 8,
  "ModifiedById": 9
}

application/xml, text/xml

Sample:
<OrderAdjustAPIAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>8</CreatedById>
  <CreatedDate>2025-12-10T05:47:10.8565123+00:00</CreatedDate>
  <ModifiedById>9</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:10.8565123+00:00</ModifiedDate>
  <AdjustReason>sample string 5</AdjustReason>
  <AdjustStateId>4</AdjustStateId>
  <AdjustedTaxAmount>3</AdjustedTaxAmount>
  <AdjustedTotalAmount>2</AdjustedTotalAmount>
  <OrderId>1</OrderId>
</OrderAdjustAPIAdd>

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.