POST api/follow_up_count?salesman_id={salesman_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| salesman_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of follow_up_count| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1
},
{
"id": 1
}
]
application/xml, text/xml
Sample:
<ArrayOffollow_up_count xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/farmland_api.Models">
<follow_up_count>
<id>1</id>
</follow_up_count>
<follow_up_count>
<id>1</id>
</follow_up_count>
</ArrayOffollow_up_count>