PUT api/PurchaseOrderv/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PurchaseOrderv| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrdervId | integer |
None. |
|
| PurchaseOrderNo | string |
None. |
|
| QuotationNo | string |
None. |
|
| POVersionNo | string |
None. |
|
| PODate | date |
None. |
|
| PurchaseQuotationvId | integer |
None. |
|
| DeliveryDate | date |
None. |
|
| AccountId | integer |
None. |
|
| OrderStatusId | integer |
None. |
|
| ApprovalStatusId | integer |
None. |
|
| EntityTypeAttributeId | integer |
None. |
|
| ReferenceNo | string |
None. |
|
| BillingBranchId | integer |
None. |
|
| ShippingBranchId | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| ShippingBranchAddressId | integer |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PurchaseOrdervId": 1,
"PurchaseOrderNo": "sample string 2",
"QuotationNo": "sample string 3",
"POVersionNo": "sample string 4",
"PODate": "2025-12-08T01:53:59.2832317+05:30",
"PurchaseQuotationvId": 1,
"DeliveryDate": "2025-12-08T01:53:59.2832317+05:30",
"AccountId": 7,
"OrderStatusId": 8,
"ApprovalStatusId": 9,
"EntityTypeAttributeId": 1,
"ReferenceNo": "sample string 10",
"BillingBranchId": 1,
"ShippingBranchId": 1,
"CurrencyId": 1,
"ShippingBranchAddressId": 1,
"CreatedDate": "2025-12-08T01:53:59.2832317+05:30",
"CreatedBy": "sample string 12"
}
application/xml, text/xml
Sample:
<PurchaseOrderv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 12</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:53:59.2832317+05:30</CreatedDate> <AccountId>7</AccountId> <ApprovalStatusId>9</ApprovalStatusId> <BillingBranchId>1</BillingBranchId> <CurrencyId>1</CurrencyId> <DeliveryDate>2025-12-08T01:53:59.2832317+05:30</DeliveryDate> <EntityTypeAttributeId>1</EntityTypeAttributeId> <OrderStatusId>8</OrderStatusId> <PODate>2025-12-08T01:53:59.2832317+05:30</PODate> <POVersionNo>sample string 4</POVersionNo> <PurchaseOrderNo>sample string 2</PurchaseOrderNo> <PurchaseOrdervId>1</PurchaseOrdervId> <PurchaseQuotationvId>1</PurchaseQuotationvId> <QuotationNo>sample string 3</QuotationNo> <ReferenceNo>sample string 10</ReferenceNo> <ShippingBranchAddressId>1</ShippingBranchAddressId> <ShippingBranchId>1</ShippingBranchId> </PurchaseOrderv>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |