POST api/company/saveCompany
Request Information
URI Parameters
None.
Body Parameters
company| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| City | string |
None. |
|
| Address | string |
None. |
|
| PhoneNo | string |
None. |
|
| MobileNo | string |
None. |
|
| State | string |
None. |
|
| Code | string |
None. |
|
| ColorCode | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreationDate | date |
None. |
|
| UpdationDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdateBy | integer |
None. |
|
| cities | Collection of city |
None. |
|
| jobs | Collection of job |
None. |
|
| users | Collection of user |
None. |
|
| employees | Collection of employee |
None. |
|
| routes | Collection of route |
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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.