POST api/OrderAPI/AddUpdateOrderProjectRequirement

Request Information

URI Parameters

None.

Body Parameters

ObjOrderProjectRequirement
NameDescriptionTypeAdditional information
ObjOrderGaurantee

Collection of ObjOrderGaurantee

None.

OrderInfoId

integer

None.

SpecialRequirement

string

None.

RiskInvolved

boolean

None.

RiskRemark

string

None.

RiskMitigationPlan

string

None.

Penalties

boolean

None.

PenaltiesRemark

string

None.

DeviationContract

boolean

None.

DeviationContractRemark

string

None.

Retention

boolean

None.

RetentionRemark

string

None.

PBGGaurantee

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ObjOrderGaurantee": [
    {
      "GauranteePurpose": "sample string 1",
      "GauranteePer": 1,
      "GauranteeType": 1,
      "Remark": "sample string 2"
    },
    {
      "GauranteePurpose": "sample string 1",
      "GauranteePer": 1,
      "GauranteeType": 1,
      "Remark": "sample string 2"
    }
  ],
  "OrderInfoId": 1,
  "SpecialRequirement": "sample string 2",
  "RiskInvolved": true,
  "RiskRemark": "sample string 4",
  "RiskMitigationPlan": "sample string 5",
  "Penalties": true,
  "PenaltiesRemark": "sample string 7",
  "DeviationContract": true,
  "DeviationContractRemark": "sample string 9",
  "Retention": true,
  "RetentionRemark": "sample string 11",
  "PBGGaurantee": true
}

application/xml, text/xml

Sample:
<ObjOrderProjectRequirement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Maven_CRM.Models">
  <DeviationContract>true</DeviationContract>
  <DeviationContractRemark>sample string 9</DeviationContractRemark>
  <ObjOrderGaurantee>
    <ObjOrderGaurantee>
      <GauranteePer>1</GauranteePer>
      <GauranteePurpose>sample string 1</GauranteePurpose>
      <GauranteeType>1</GauranteeType>
      <Remark>sample string 2</Remark>
    </ObjOrderGaurantee>
    <ObjOrderGaurantee>
      <GauranteePer>1</GauranteePer>
      <GauranteePurpose>sample string 1</GauranteePurpose>
      <GauranteeType>1</GauranteeType>
      <Remark>sample string 2</Remark>
    </ObjOrderGaurantee>
  </ObjOrderGaurantee>
  <OrderInfoId>1</OrderInfoId>
  <PBGGaurantee>true</PBGGaurantee>
  <Penalties>true</Penalties>
  <PenaltiesRemark>sample string 7</PenaltiesRemark>
  <Retention>true</Retention>
  <RetentionRemark>sample string 11</RetentionRemark>
  <RiskInvolved>true</RiskInvolved>
  <RiskMitigationPlan>sample string 5</RiskMitigationPlan>
  <RiskRemark>sample string 4</RiskRemark>
  <SpecialRequirement>sample string 2</SpecialRequirement>
</ObjOrderProjectRequirement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.