POST api/TO/PostTRRL1Approval

Request Information

URI Parameters

None.

Body Parameters

TRR_APPROVAL
NameDescriptionTypeAdditional information
TRH_ID

integer

None.

TRH_CREATED_BY

integer

None.

TRH_GP_MARGIN_PER

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "TRH_ID": 1,
  "TRH_CREATED_BY": 1,
  "TRH_GP_MARGIN_PER": 1.0
}

application/xml, text/xml

Sample:
<TRR_APPROVAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TRH_CREATED_BY>1</TRH_CREATED_BY>
  <TRH_GP_MARGIN_PER>1</TRH_GP_MARGIN_PER>
  <TRH_ID>1</TRH_ID>
</TRR_APPROVAL>

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.