createOffice

abstract suspend fun createOffice(postOfficesRequest: PostOfficesRequest): PostOfficesResponse

Create an Office Mandatory Fields name, openingDate, parentId Responses:

  • 200: OK

Return

PostOfficesResponse

Parameters

postOfficesRequest