POST api/IICL/ApprovalRequest

Request Information

URI Parameters

None.

Body Parameters

Request_CustomerApprove_Process
NameDescriptionTypeAdditional information
CustomerCode

string

None.

CustomerId

integer

None.

DepotCode

string

None.

EstimateId

integer

None.

Owner

string

None.

ApprovalTotal

decimal number

None.

ResultCode

string

None.

ResultCodeId

integer

None.

ApprUser

string

None.

ApprNumber

string

None.

ApprDate

date

None.

EstimateNumber

string

None.

IsOffHireEstimate

boolean

None.

CreatedDateTime

date

None.

IsDeleted

boolean

None.

UnitNumber

string

None.

EstimateCurrency

string

None.

ExecuteMethod

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCode": "sample string 1",
  "CustomerId": 2,
  "DepotCode": "sample string 3",
  "EstimateId": 4,
  "Owner": "sample string 5",
  "ApprovalTotal": 6.1,
  "ResultCode": "sample string 7",
  "ResultCodeId": 8,
  "ApprUser": "sample string 9",
  "ApprNumber": "sample string 10",
  "ApprDate": "2025-06-30T15:16:07.0062007+00:00",
  "EstimateNumber": "sample string 12",
  "IsOffHireEstimate": true,
  "CreatedDateTime": "2025-06-30T15:16:07.0062007+00:00",
  "IsDeleted": true,
  "UnitNumber": "sample string 16",
  "EstimateCurrency": "sample string 17",
  "ExecuteMethod": "sample string 18"
}

application/xml, text/xml

Sample:
<Request_CustomerApprove_Process xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.IICL">
  <ApprDate>2025-06-30T15:16:07.0062007+00:00</ApprDate>
  <ApprNumber>sample string 10</ApprNumber>
  <ApprUser>sample string 9</ApprUser>
  <ApprovalTotal>6.1</ApprovalTotal>
  <CreatedDateTime>2025-06-30T15:16:07.0062007+00:00</CreatedDateTime>
  <CustomerCode>sample string 1</CustomerCode>
  <CustomerId>2</CustomerId>
  <DepotCode>sample string 3</DepotCode>
  <EstimateCurrency>sample string 17</EstimateCurrency>
  <EstimateId>4</EstimateId>
  <EstimateNumber>sample string 12</EstimateNumber>
  <ExecuteMethod>sample string 18</ExecuteMethod>
  <IsDeleted>true</IsDeleted>
  <IsOffHireEstimate>true</IsOffHireEstimate>
  <Owner>sample string 5</Owner>
  <ResultCode>sample string 7</ResultCode>
  <ResultCodeId>8</ResultCodeId>
  <UnitNumber>sample string 16</UnitNumber>
</Request_CustomerApprove_Process>

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.