GET DeliveryTicketAssigned/GetAssignedToUser?userId={userId}
Gets the count of the Delivery Tickets assigned to this Agvance user.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
userId |
The Agvance user ID of the Delivery Tickets count requested. |
string |
Required |
Body Parameters
Response Information
Resource Description
Gets the count of the Delivery Tickets assigned to this Agvance user.
AgvDeliveryTicketAssignedName | Description | Type | Additional Information |
---|---|---|---|
Status |
Status of the API call. |
string | |
Message |
Message of the API call. |
string | |
Count |
Count of how many Delivery Tickets are assigned to this user. |
string |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "Count": "sample string 3" }
application/xml, text/xml
Sample:
<AgvDeliveryTicketAssigned xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.Inventory.DeliveryTicket"> <Count>sample string 3</Count> <Message>sample string 2</Message> <Status>sample string 1</Status> </AgvDeliveryTicketAssigned>