POST SolarCompany/AddUser
Request Information
URI Parameters
None.
Body Parameters
SCAddUserParam| Name | Description | Type | Additional information |
|---|---|---|---|
| installer_master_id | string |
None. |
|
| installer_name | string |
None. |
|
| installer_contact_number | string |
None. |
|
| isRootUser | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"installer_master_id": "sample string 1",
"installer_name": "sample string 2",
"installer_contact_number": "sample string 3",
"isRootUser": true
}
application/xml, text/xml
Sample:
<SCAddUserParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models"> <installer_contact_number>sample string 3</installer_contact_number> <installer_master_id>sample string 1</installer_master_id> <installer_name>sample string 2</installer_name> <isRootUser>true</isRootUser> </SCAddUserParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.