POST Directory/SaveAgentDetails
Request Information
URI Parameters
None.
Body Parameters
Architect| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchitectId | integer |
None. |
|
| Name | string |
None. |
|
| ContactNo | string |
None. |
|
| Type | string |
None. |
|
| IsTest | boolean |
None. |
|
| InsBy | integer |
None. |
|
| InsDt | date |
None. |
|
| UptBy | integer |
None. |
|
| UptDt | date |
None. |
|
| DelBy | integer |
None. |
|
| DelDt | date |
None. |
|
| VisitDetails | Collection of VisitDetail |
None. |
|
| APIKey | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {},
"Error": "sample string 4"
}
application/xml, text/xml
Sample:
<WebAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL"> <Data /> <Error>sample string 4</Error> <Message>sample string 2</Message> <Success>true</Success> </WebAPIResponse>