POST api/ProcurementAPI/AddUpdateProcurement
Request Information
URI Parameters
None.
Body Parameters
ObjProcurement| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcurementId | integer |
None. |
|
| ShipTo | string |
Required |
|
| InquiryId | integer |
None. |
|
| SalesEngineer | integer |
Required |
|
| BusinessVertical | integer |
Required |
|
| QuotationEngineer | integer |
Required |
|
| POStage | integer |
None. |
|
| POStatus | integer |
None. |
|
| ScopeOfWork | string |
Required |
|
| PurchaseType | integer |
Required |
|
| PurchaseSource | integer |
Required |
|
| SupplierSubContractor | integer |
Required |
|
| ShipToEntity | string |
Required |
|
| RemarksAgainstShipToEntity | string |
Required |
|
| SupplierAddress | string |
None. |
|
| ShipToAddress | string |
Required |
|
| SupplierIncoTerms | integer |
Required |
|
| ModeofShipment | integer |
Required |
|
| SupplierExpDeliveryDate | date |
Required |
|
| SupplierExpCompletionDate | date |
Required |
|
| ShippingRemarks | string |
Required |
|
| CoverInsurance | boolean |
None. |
|
| CoverInsuranceRemark | string |
None. |
|
| SpecialApproval | boolean |
None. |
|
| SpecialApprovalRemark | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreateBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProcurementId": 1,
"ShipTo": "sample string 2",
"InquiryId": 3,
"SalesEngineer": 4,
"BusinessVertical": 5,
"QuotationEngineer": 6,
"POStage": 7,
"POStatus": 8,
"ScopeOfWork": "sample string 9",
"PurchaseType": 10,
"PurchaseSource": 11,
"SupplierSubContractor": 12,
"ShipToEntity": "sample string 13",
"RemarksAgainstShipToEntity": "sample string 14",
"SupplierAddress": "sample string 15",
"ShipToAddress": "sample string 16",
"SupplierIncoTerms": 17,
"ModeofShipment": 18,
"SupplierExpDeliveryDate": "2025-12-06T07:51:24.4249135+03:00",
"SupplierExpCompletionDate": "2025-12-06T07:51:24.4249135+03:00",
"ShippingRemarks": "sample string 19",
"CoverInsurance": true,
"CoverInsuranceRemark": "sample string 20",
"SpecialApproval": true,
"SpecialApprovalRemark": "sample string 21",
"CreatedDate": "2025-12-06T07:51:24.4249135+03:00",
"CreateBy": 22,
"ModifiedDate": "2025-12-06T07:51:24.4249135+03:00",
"ModifiedBy": 23
}
application/xml, text/xml
Sample:
<ObjProcurement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Maven_CRM.Models"> <BusinessVertical>5</BusinessVertical> <CoverInsurance>true</CoverInsurance> <CoverInsuranceRemark>sample string 20</CoverInsuranceRemark> <CreateBy>22</CreateBy> <CreatedDate>2025-12-06T07:51:24.4249135+03:00</CreatedDate> <InquiryId>3</InquiryId> <ModeofShipment>18</ModeofShipment> <ModifiedBy>23</ModifiedBy> <ModifiedDate>2025-12-06T07:51:24.4249135+03:00</ModifiedDate> <POStage>7</POStage> <POStatus>8</POStatus> <ProcurementId>1</ProcurementId> <PurchaseSource>11</PurchaseSource> <PurchaseType>10</PurchaseType> <QuotationEngineer>6</QuotationEngineer> <RemarksAgainstShipToEntity>sample string 14</RemarksAgainstShipToEntity> <SalesEngineer>4</SalesEngineer> <ScopeOfWork>sample string 9</ScopeOfWork> <ShipTo>sample string 2</ShipTo> <ShipToAddress>sample string 16</ShipToAddress> <ShipToEntity>sample string 13</ShipToEntity> <ShippingRemarks>sample string 19</ShippingRemarks> <SpecialApproval>true</SpecialApproval> <SpecialApprovalRemark>sample string 21</SpecialApprovalRemark> <SupplierAddress>sample string 15</SupplierAddress> <SupplierExpCompletionDate>2025-12-06T07:51:24.4249135+03:00</SupplierExpCompletionDate> <SupplierExpDeliveryDate>2025-12-06T07:51:24.4249135+03:00</SupplierExpDeliveryDate> <SupplierIncoTerms>17</SupplierIncoTerms> <SupplierSubContractor>12</SupplierSubContractor> </ObjProcurement>
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.