POST CompanyDetails/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyName": "sample string 1",
"CompanyBName": "sample string 2",
"CompanyDescription": "sample string 3",
"CompanyImageUrl": "sample string 4",
"CompanyFor": "sample string 5",
"UserId": "sample string 6",
"BackendMobileNumber": "sample string 7",
"BackendMobileNumberPassword": "sample string 8",
"MobileNumberAndPasswordList": [
{
"$id": "2",
"BackendMobileNumber": "sample string 1",
"BackendMobileNumberPassword": "sample string 2"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.