POST CompanyDetails/Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "CompanyName": "sample string 2",
  "CompanyBName": "sample string 3",
  "CompanyDescription": "sample string 4",
  "CompanyImageUrl": "sample string 5",
  "CompanyFor": "sample string 6",
  "UserId": "sample string 7",
  "CompanyId": "47598082-aafd-436e-aa05-0d13525ff0c3",
  "BackendMobileNumber": "sample string 9",
  "BackendMobileNumberPassword": "sample string 10",
  "OfferBackendNumberId": "5f0d48de-1a44-42e9-9ef4-29c6b6de6551",
  "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.