Batch Create Offices

post

/api/restapi/office/batch

Send a request to this endpoint to create one or more offices.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityOffice>
Type: array
Title: List<ApiEntityOffice>
Show Source
Nested Schema : ApiEntityOffice
Type: object
Title: ApiEntityOffice
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityOffice>
Type: array
Title: List<ApiEntityOffice>
Show Source
Nested Schema : ApiEntityOffice
Type: object
Title: ApiEntityOffice
Show Source

400 Response

Invalid Input.
Back to Top