POST api/PurchaseIntentOrder/UpdatePIOVendorDetails
Request Information
URI Parameters
None.
Body Parameters
UpdatePIOVendorDetailsDTOName | Description | Type | Additional information |
---|---|---|---|
VendorName | string |
None. |
|
Quotation | decimal number |
None. |
|
intPIDVendorID | integer |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "VendorName": "sample string 1", "Quotation": 2.0, "intPIDVendorID": 3, "Domain": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }