API DocumentationManufacturer customer organisation controller

Get customer organisation summaries

Retrieves a list of customer organisation summaries

GET
/api/manufacturer/v1/organisation
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/organisation"
[
  {
    "id": 0,
    "name": "string",
    "gstNumber": "string",
    "taxExempt": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updateDt": "2019-08-24T14:15:22Z",
    "firstTouchSource": "string",
    "language": "string",
    "isApproved": true,
    "accountingSystemId": "string"
  }
]
Empty

Last updated on