POST api/PurchaseIntentOrder/GetApproverPurchaseIntent
Request Information
URI Parameters
None.
Body Parameters
GetApproverPurchaseIntentDTOName | Description | Type | Additional information |
---|---|---|---|
ApproverId | integer |
None. |
|
status | string |
None. |
|
month | integer |
None. |
|
year | integer |
None. |
|
deptid | integer |
None. |
|
applyempid | integer |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ApproverId": 1, "status": "sample string 2", "month": 3, "year": 4, "deptid": 5, "applyempid": 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": {} }