POST api/SPIntegration/CreateLoad

Request Information

URI Parameters

None.

Body Parameters

LoadDefaultValuesDto
NameDescriptionTypeAdditional information
LibraryUrl

string

None.

Environment

string

None.

SimplexID

string

None.

AccountName

string

None.

DriverName

string

None.

VinNumber

string

None.

LoadNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LibraryUrl": "sample string 1",
  "Environment": "sample string 2",
  "SimplexID": "sample string 3",
  "AccountName": "sample string 4",
  "DriverName": "sample string 5",
  "VinNumber": "sample string 6",
  "LoadNumber": "sample string 7"
}

application/xml, text/xml

Sample:
<LoadDefaultValuesDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Dto">
  <AccountName xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Models">sample string 4</AccountName>
  <DriverName xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Models">sample string 5</DriverName>
  <LoadNumber xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Models">sample string 7</LoadNumber>
  <SimplexID xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Models">sample string 3</SimplexID>
  <VinNumber xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Models">sample string 6</VinNumber>
  <Environment>sample string 2</Environment>
  <LibraryUrl>sample string 1</LibraryUrl>
</LoadDefaultValuesDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.