Companies detail uri (pendiente):
Code Block |
---|
/api/v2/third_party/companies/{id} |
...
Response example:
Code Block |
---|
{
"id": 1,
"name": "Company 1"
} |
Companies list uri:
Code Block |
---|
/api/v2/third_party/companies |
...
Companies detail uri (pendiente):
Code Block |
---|
/api/v2/third_party/companies/{id} |
...
Response example:
Code Block |
---|
{
"id": 1,
"name": "Company 1"
} |
Companies list uri:
Code Block |
---|
/api/v2/third_party/companies |
...