POST api/LoadReceipt/ApproveLRCorrection

Request Information

URI Parameters

None.

Body Parameters

LRChangeRequestApprove
NameDescriptionTypeAdditional information
LRC_ID

integer

None.

LRC_LR_ID

integer

None.

LRC_NUMBER

string

None.

LRC_STATUS

string

None.

LRC_CREATED_BY

integer

None.

LRC_REJECT_REASON

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LRC_ID": 1,
  "LRC_LR_ID": 1,
  "LRC_NUMBER": "sample string 1",
  "LRC_STATUS": "sample string 2",
  "LRC_CREATED_BY": 1,
  "LRC_REJECT_REASON": "sample string 3"
}

application/xml, text/xml

Sample:
<LRChangeRequestApprove xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LRC_CREATED_BY>1</LRC_CREATED_BY>
  <LRC_ID>1</LRC_ID>
  <LRC_LR_ID>1</LRC_LR_ID>
  <LRC_NUMBER>sample string 1</LRC_NUMBER>
  <LRC_REJECT_REASON>sample string 3</LRC_REJECT_REASON>
  <LRC_STATUS>sample string 2</LRC_STATUS>
</LRChangeRequestApprove>

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.