GET api/Dashboard/v1/GetSupplyRequestDetails?OrganizationID={OrganizationID}&OFAccountID={OFAccountID}&LoginUserID={LoginUserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationID | integer |
Required |
|
| OFAccountID | integer |
Required |
|
| LoginUserID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SupplyRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SubmittedSupplyOrderCount | integer |
None. |
|
| FulfilledSupplyOrderCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SubmittedSupplyOrderCount": 1,
"FulfilledSupplyOrderCount": 2
}
application/xml, text/xml
Sample:
<SupplyRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO"> <FulfilledSupplyOrderCount>2</FulfilledSupplyOrderCount> <SubmittedSupplyOrderCount>1</SubmittedSupplyOrderCount> </SupplyRequestDTO>