Default


Parameters

Name In Type Required Description
Authorization header string true Bearer token
id path string true Dealer ID

Request example

1
2
3
4
5

curl -X GET https://dealers.masstack.com/v2/dealers/{id}/store-capability \
  -H "Accept: application/json" \
  -H "Authorization: string"

Responses

Code Meaning Description Schema
200 OK Successfully retrieved dealer store capability DealerStoreCapabilityResponse
400 Bad Request Bad Request ApiErrorResponse
401 Unauthorized Unauthorized ApiErrorResponse
404 Not Found Not Found ApiErrorResponse
500 Internal Server Error Internal Server Error ApiErrorResponse

Parameters

Name In Type Required Description
Authorization header string true Bearer token
id path string true Dealer ID

Request example

1
2
3
4
5

curl -X DELETE https://dealers.masstack.com/v2/dealers/{id}/store-capability \
  -H "Accept: application/json" \
  -H "Authorization: string"

Responses

Code Meaning Description Schema
204 No Content Successfully deleted dealer store capability, no content returned None
400 Bad Request Bad Request ApiErrorResponse
401 Unauthorized Unauthorized ApiErrorResponse
404 Not Found Not Found ApiErrorResponse
500 Internal Server Error Internal Server Error ApiErrorResponse

Endpoints

Default

    Loads

      Actors

        Dealers