GET CRMActive/GetCRMActive
Checks if CRM is active.
Request Information
URI Parameters
Body Parameters
Response Information
Resource Description
Checks if CRM is active.
AgvCRMActiveName | Description | Type | Additional Information |
---|---|---|---|
Status | string | ||
Message | string | ||
Active | boolean |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "Active": true }
application/xml, text/xml
Sample:
<AgvCRMActive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.CRM"> <Active>true</Active> <Message>sample string 2</Message> <Status>sample string 1</Status> </AgvCRMActive>