POST api/PurchaseIntentOrder/GetPurchaseIntentOrderDetails
Request Information
URI Parameters
None.
Body Parameters
GetPurchaseIntentOrderDetailsDTOName | Description | Type | Additional information |
---|---|---|---|
intPurchaseIntentID | integer |
None. |
|
intDeptID | integer |
None. |
|
intEmpID | integer |
None. |
|
ApplyEmpID | integer |
None. |
|
month | integer |
None. |
|
year | integer |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "intPurchaseIntentID": 1, "intDeptID": 2, "intEmpID": 3, "ApplyEmpID": 4, "month": 5, "year": 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": {} }