POST api/DOLDPP/GetDOLDPPEstimateInfo
Request Information
URI Parameters
None.
Body Parameters
DOL_DPP_ResultName | Description | Type | Additional information |
---|---|---|---|
EstimateNumber | string |
None. |
|
UnitID | string |
None. |
|
InitialEstimateID | string |
None. |
|
AGMT_NO | string |
None. |
|
CONTRACT_NO | string |
None. |
|
TYPE_SIZE | string |
None. |
|
IsoCode | string |
None. |
|
dolResult | DOL_Result |
None. |
|
dPP_Result | DPP_Result |
None. |
Request Formats
application/json, text/json
Sample:
{ "EstimateNumber": "sample string 1", "UnitID": "sample string 2", "InitialEstimateID": "sample string 3", "AGMT_NO": "sample string 4", "CONTRACT_NO": "sample string 5", "TYPE_SIZE": "sample string 6", "IsoCode": "sample string 7", "dolResult": { "LEASE_TERM": "sample string 1", "LESSOR_NM": "sample string 2", "RHQ": "sample string 3", "SUB_CONTINENT_NAME": "sample string 4", "LOC_Name": "sample string 5", "LOC_Code": "sample string 6", "TYPE_SIZE": "sample string 7", "DOL": "sample string 8", "DOC": "sample string 9", "OFFHIRE_FLAG": "sample string 10", "OFFHIRE_PRIORITY_FLAG": "sample string 11", "OFFHIRE_REMARKS": "sample string 12" }, "dPP_Result": { "LEASE_TERM": "sample string 1", "LESSOR_NM": "sample string 2", "EQ_LOC_TP_CD2": "sample string 3", "PLACE3": "sample string 4", "DPP_LUMP_SUM_RATE": "sample string 5", "DPP_COVERAGE_AMOUNT": "sample string 6", "REPAIR_CRITERIA": "sample string 7", "OFFHIRE_FLAG": "sample string 8", "DPP_REMARKS": "sample string 9" } }
application/xml, text/xml
Sample:
<DOL_DPP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Estimates"> <AGMT_NO>sample string 4</AGMT_NO> <CONTRACT_NO>sample string 5</CONTRACT_NO> <EstimateNumber>sample string 1</EstimateNumber> <InitialEstimateID>sample string 3</InitialEstimateID> <IsoCode>sample string 7</IsoCode> <TYPE_SIZE>sample string 6</TYPE_SIZE> <UnitID>sample string 2</UnitID> <dPP_Result> <DPP_COVERAGE_AMOUNT>sample string 6</DPP_COVERAGE_AMOUNT> <DPP_LUMP_SUM_RATE>sample string 5</DPP_LUMP_SUM_RATE> <DPP_REMARKS>sample string 9</DPP_REMARKS> <EQ_LOC_TP_CD2>sample string 3</EQ_LOC_TP_CD2> <LEASE_TERM>sample string 1</LEASE_TERM> <LESSOR_NM>sample string 2</LESSOR_NM> <OFFHIRE_FLAG>sample string 8</OFFHIRE_FLAG> <PLACE3>sample string 4</PLACE3> <REPAIR_CRITERIA>sample string 7</REPAIR_CRITERIA> </dPP_Result> <dolResult> <DOC>sample string 9</DOC> <DOL>sample string 8</DOL> <LEASE_TERM>sample string 1</LEASE_TERM> <LESSOR_NM>sample string 2</LESSOR_NM> <LOC_Code>sample string 6</LOC_Code> <LOC_Name>sample string 5</LOC_Name> <OFFHIRE_FLAG>sample string 10</OFFHIRE_FLAG> <OFFHIRE_PRIORITY_FLAG>sample string 11</OFFHIRE_PRIORITY_FLAG> <OFFHIRE_REMARKS>sample string 12</OFFHIRE_REMARKS> <RHQ>sample string 3</RHQ> <SUB_CONTINENT_NAME>sample string 4</SUB_CONTINENT_NAME> <TYPE_SIZE>sample string 7</TYPE_SIZE> </dolResult> </DOL_DPP_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.