GET api/Common/GetMylerAssignedCategoryCount?mylerId={mylerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mylerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DescriptiveResponseOfSearchObjectResultOfMylerAssignedCategoryCountDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | SearchObjectResultOfMylerAssignedCategoryCountDto |
None. |
|
| CoreValue | string |
None. |
|
| IsErrorState | boolean |
None. |
|
| ErrorDescription | string |
None. |
|
| ErrorMetadata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": {
"Result": {
"Package": 1,
"Pickup": 2,
"MasterBag": 3
},
"Total": 1
},
"CoreValue": "sample string 1",
"IsErrorState": true,
"ErrorDescription": "sample string 3",
"ErrorMetadata": {}
}
application/xml, text/xml
Sample:
<DescriptiveResponseOfSearchObjectResultOfMylerAssignedCategoryCountDtos_SlrnjSQpXEGvNUe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
<CoreValue>sample string 1</CoreValue>
<ErrorDescription>sample string 3</ErrorDescription>
<ErrorMetadata />
<IsErrorState>true</IsErrorState>
<Value>
<Result xmlns:d3p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.MobileDTO">
<d3p1:MasterBag>3</d3p1:MasterBag>
<d3p1:Package>1</d3p1:Package>
<d3p1:Pickup>2</d3p1:Pickup>
</Result>
<Total>1</Total>
</Value>
</DescriptiveResponseOfSearchObjectResultOfMylerAssignedCategoryCountDtos_SlrnjSQpXEGvNUe>