POST api/V3/VanSales/UpdateLoadInViaErp

API can be used to update LoadIns via Erp.

Request Information

URI Parameters

None.

Body Parameters

Contains the van against which load in is to be calculated

V3.ErpLoadInUpdateModel
NameDescriptionTypeAdditional information
ChassisNumber

Van Registration Number

string

None.

isCarryForward

CarryForward

boolean

None.

SettlementStatus

Settlement Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ChassisNumber": "sample string 1",
  "isCarryForward": true,
  "SettlementStatus": true
}

application/xml, text/xml

Sample:
<ErpLoadInUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
  <ChassisNumber>sample string 1</ChassisNumber>
  <SettlementStatus>true</SettlementStatus>
  <isCarryForward>true</isCarryForward>
</ErpLoadInUpdateModel>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.