POST api/ProcurementAPI/AddUpdateProcurementOtherInfo
Request Information
URI Parameters
None.
Body Parameters
ObjProcurementOtherInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjProcurementPaymentTerm | Collection of ObjProcurementPaymentTerm |
None. |
|
| ProcurementId | integer |
Required |
|
| SpecialInstructions | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ObjProcurementPaymentTerm": [
{
"PayRadioCheck": true,
"PaymentTermType": "sample string 1",
"BaseValue": 1.0,
"ReportedValue": 1.0,
"ReportedValuePer": 1.0,
"CreditDays": 2,
"ModeOfPayment": 3,
"PaymentRemark": "sample string 4"
},
{
"PayRadioCheck": true,
"PaymentTermType": "sample string 1",
"BaseValue": 1.0,
"ReportedValue": 1.0,
"ReportedValuePer": 1.0,
"CreditDays": 2,
"ModeOfPayment": 3,
"PaymentRemark": "sample string 4"
}
],
"ProcurementId": 1,
"SpecialInstructions": "sample string 2"
}
application/xml, text/xml
Sample:
<ObjProcurementOtherInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Maven_CRM.Models">
<ObjProcurementPaymentTerm>
<ObjProcurementPaymentTerm>
<BaseValue>1</BaseValue>
<CreditDays>2</CreditDays>
<ModeOfPayment>3</ModeOfPayment>
<PayRadioCheck>true</PayRadioCheck>
<PaymentRemark>sample string 4</PaymentRemark>
<PaymentTermType>sample string 1</PaymentTermType>
<ReportedValue>1</ReportedValue>
<ReportedValuePer>1</ReportedValuePer>
</ObjProcurementPaymentTerm>
<ObjProcurementPaymentTerm>
<BaseValue>1</BaseValue>
<CreditDays>2</CreditDays>
<ModeOfPayment>3</ModeOfPayment>
<PayRadioCheck>true</PayRadioCheck>
<PaymentRemark>sample string 4</PaymentRemark>
<PaymentTermType>sample string 1</PaymentTermType>
<ReportedValue>1</ReportedValue>
<ReportedValuePer>1</ReportedValuePer>
</ObjProcurementPaymentTerm>
</ObjProcurementPaymentTerm>
<ProcurementId>1</ProcurementId>
<SpecialInstructions>sample string 2</SpecialInstructions>
</ObjProcurementOtherInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.