Zasób przechowuje dane firmy, która zarządza instancją.
Endpointy obsługujące żądanie:
https://api.5ways.comGET /rest/customer_company/{id}
HTTP/1.1 200 OK
{
"CustomerCompany": {
"name": "nazwa firmy",
"city": "miasto",
"street": "Ulica i numer"
"zip": "kod pocztowy",
"nip": "identyfikator podatkowy",
"country": "kraj",
}
}
PUT /rest/customer_company/{id}
{
"CustomerCompany": {
"city": "miasto"
}
}
HTTP/1.1 200 OK
{
"status": "OK"
}
POST /rest/customer_company
{
"CustomerCompany": {
"name": "Nazwa firmy",
"city": "miasto",
"street": "Ulica i numer"
"zip": "kod pocztowy",
"country": "kraj",
}
}
Zwraca obiekt z id
HTTP/1.1 201 Created
location: https://api.5ways.com/rest/customer_company/{id}
{
"id": 3
}
Grav was with by Trilby Media.