POST api/Agency/AddAgentCheckINMaster
Request Information
URI Parameters
None.
Body Parameters
AddAgentCheckINMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessID | integer |
None. |
|
| AgentID | integer |
None. |
|
| LeadID | integer |
None. |
|
| Notes | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessID": 1,
"AgentID": 2,
"LeadID": 3,
"Notes": "sample string 4",
"Latitude": "sample string 5",
"Longitude": "sample string 6",
"Location": "sample string 7"
}
application/xml, text/xml
Sample:
<AddAgentCheckINMaster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessID>1</BusinessID> <AgentID>2</AgentID> <LeadID>3</LeadID> <Notes>sample string 4</Notes> <Latitude>sample string 5</Latitude> <Longitude>sample string 6</Longitude> <Location>sample string 7</Location> </AddAgentCheckINMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/12/16 08:29:04",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>