POST api/LoadReceipt/PutLRRouteMaster

Request Information

URI Parameters

None.

Body Parameters

LRRouteMaster
NameDescriptionTypeAdditional information
ROU_ID

integer

None.

ROU_CODE

string

None.

ROU_NAME

string

None.

ROU_CP_ID

integer

None.

ROU_KM

decimal number

None.

ROU_COST

decimal number

None.

ROU_STATUS

string

None.

ROU_NOTES

string

None.

ROU_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ROU_ID": 1,
  "ROU_CODE": "sample string 1",
  "ROU_NAME": "sample string 2",
  "ROU_CP_ID": 1,
  "ROU_KM": 1.1,
  "ROU_COST": 1.1,
  "ROU_STATUS": "sample string 3",
  "ROU_NOTES": "sample string 4",
  "ROU_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<LRRouteMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ROU_CODE>sample string 1</ROU_CODE>
  <ROU_COST>1.1</ROU_COST>
  <ROU_CP_ID>1</ROU_CP_ID>
  <ROU_CREATED_BY>1</ROU_CREATED_BY>
  <ROU_ID>1</ROU_ID>
  <ROU_KM>1.1</ROU_KM>
  <ROU_NAME>sample string 2</ROU_NAME>
  <ROU_NOTES>sample string 4</ROU_NOTES>
  <ROU_STATUS>sample string 3</ROU_STATUS>
</LRRouteMaster>

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.