POST api/User/UpdateAssociateOfficeManagerData

Request Information

URI Parameters

None.

Body Parameters

AssociateManagerOfficeDTO
NameDescriptionTypeAdditional information
UserId

integer

None.

ManagerContractId

integer

None.

OfficeIds

Collection of integer

None.

MacOfficeIds

Collection of integer

None.

OfficeId

integer

None.

ContractId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ManagerContractId": 1,
  "OfficeIds": [
    1,
    2
  ],
  "MacOfficeIds": [
    1,
    2
  ],
  "OfficeId": 1,
  "ContractId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true