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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <AgentID>2</AgentID> <BusinessID>1</BusinessID> <Latitude>sample string 5</Latitude> <LeadID>3</LeadID> <Location>sample string 7</Location> <Longitude>sample string 6</Longitude> <Notes>sample string 4</Notes> </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/11/03 15:58:42",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>