POST api/PurchaseOrder/CreatePurchaseOrderMaster
Request Information
URI Parameters
None.
Body Parameters
tbl_PurchaseOrderMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Vendid | integer |
None. |
|
| PONO | string |
None. |
|
| Amount | decimal number |
None. |
|
| QuotationNo | string |
None. |
|
| PODate | date |
None. |
|
| Remarks | string |
None. |
|
| POValidityDate | date |
None. |
|
| PODocLink | string |
None. |
|
| ProjectID | integer |
None. |
|
| ContactDetails | string |
None. |
|
| IsTDSPO | boolean |
None. |
|
| TenderID | integer |
None. |
|
| TenderNo | string |
None. |
|
| Keyword | string |
None. |
|
| Sts | string |
None. |
|
| GroupID | integer |
None. |
|
| SubGroupID | integer |
None. |
|
| SDate | date |
None. |
|
| EDate | date |
None. |
|
| ID | integer |
None. |
|
| TDSPercent | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"vendid": 1,
"pono": "sample string 1",
"amount": 1.0,
"quotationNo": "sample string 2",
"poDate": "2025-12-10T09:49:03.9098552+05:30",
"remarks": "sample string 3",
"poValidityDate": "2025-12-10T09:49:03.9098552+05:30",
"poDocLink": "sample string 4",
"projectID": 1,
"contactDetails": "sample string 5",
"isTDSPO": true,
"tenderID": 1,
"tenderNo": "sample string 6",
"keyword": "sample string 7",
"sts": "sample string 8",
"groupID": 1,
"subGroupID": 1,
"sDate": "2025-12-10T09:49:03.9098552+05:30",
"eDate": "2025-12-10T09:49:03.9098552+05:30",
"id": 1,
"tdsPercent": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.