POST api/PurchaseOrder/GetPODetailsByID
Request Information
URI Parameters
None.
Body Parameters
POByIDDTOName | Description | Type | Additional information |
---|---|---|---|
POID | integer |
None. |
|
intVendorID | integer |
None. |
|
search | string |
None. |
|
year | integer |
None. |
|
month | integer |
None. |
|
ponumber | string |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "POID": 1, "intVendorID": 2, "search": "sample string 3", "year": 4, "month": 5, "ponumber": "sample string 6", "Domain": "sample string 7" }
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": {} }