POST api/Company/SaveCompany
Request Information
URI Parameters
None.
Body Parameters
CompanyName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
CompanyId | integer |
None. |
|
CompanyName | string |
None. |
|
CompanyDesc | string |
None. |
|
Members | Collection of UserInfo |
None. |
|
Admins | Collection of UserInfo |
None. |
|
CompanyUsers | Collection of CompanyUsers |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Sucess | boolean |
None. |
|
Message | string |
None. |
|
Data | boolean |
None. |
|
DueTime | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sucess": true, "Message": "sample string 2", "Data": true, "DueTime": 4.1 }