POST api/Companies/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| company | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"InCompanyId": 1,
"CompanyName": "sample string 2",
"CreatedDate": "2026-08-20T17:42:04.5171891+01:00",
"UpdatedDate": "2026-08-20T17:42:04.5171891+01:00"
}
application/xml, text/xml
Sample:
<Company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LicenceService.Models"> <CreatedDate>2026-08-20T17:42:04.5171891+01:00</CreatedDate> <UpdatedDate>2026-08-20T17:42:04.5171891+01:00</UpdatedDate> <CompanyName>sample string 2</CompanyName> <InCompanyId>1</InCompanyId> </Company>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.