PUT api/EditInvPurchase
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InvPurchase| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseId | integer |
None. |
|
| PurchaseDate | date |
None. |
|
| POId | integer |
None. |
|
| ExtInvoiceNo | string |
None. |
|
| Remarks | string |
None. |
|
| FBQuality | integer |
None. |
|
| FBOnTimeDelivery | integer |
None. |
|
| FBReqTemp | integer |
None. |
|
| PurchasedBy | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| OrgId | integer |
None. |
|
| StoreId | integer |
None. |
|
| ReturnRemarks | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PurchaseId": 1,
"PurchaseDate": "2026-05-20T17:21:32.9498907+05:00",
"POId": 3,
"ExtInvoiceNo": "sample string 4",
"Remarks": "sample string 5",
"FBQuality": 6,
"FBOnTimeDelivery": 7,
"FBReqTemp": 8,
"PurchasedBy": 9,
"CreatedBy": 10,
"CreatedOn": "2026-05-20T17:21:32.9498907+05:00",
"OrgId": 12,
"StoreId": 13,
"ReturnRemarks": "sample string 14"
}