Select
Schemas
ActorResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | true | Id of the actor |
code | string | true | Code of the actor |
name | string | false | Name of the actor |
surname | string | false | Surname of the actor |
type | string | true | Enumeration of possible actor types |
string | true | Email of the actor | |
parent_id | string | false | parentId if exist |
relation_type | string | false | Enumeration of possible relations between actors and dealers |
Property | Values |
---|---|
type | one of [INTERNAL_MANAGER, EXTERNAL_MANAGER, HEAD, MANAGER, COORDINATOR, SUPERVISOR, POS_MANAGER, TRAINER] |
relation_type | one of [DIRECT_AND_INDIRECT, DIRECT, INDIRECT] |
ApiError
|
|
Name | Type | Required | Description |
---|---|---|---|
code | string | true | code of the error |
title | string | true | title of the error |
ref | string | true | ref of the error |
details | string | true | details of the error |
ApiErrorResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
errors | [ApiError] | false | none |
ActorInsertRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
code | string | true | Code of the actor |
name | string | true | Name of the actor |
surname | string | false | Surname of the actor msisdn |
type | string | true | Enumeration of possible actor types |
string | true | Email of the actor | |
parent_id | string | false | parentId if exist |
Property | Values |
---|---|
type | one of [INTERNAL_MANAGER, EXTERNAL_MANAGER, HEAD, MANAGER, COORDINATOR, SUPERVISOR, POS_MANAGER, TRAINER] |
DealerBillingRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
billing_dealer_id | integer(int32) | true | Id of the dealer that bill |
TicketConfigInsertRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
commercialName | string | false | Commercial name of the ticket config |
address | string | false | Address of the ticket config |
city | string | false | City of the ticket config |
province | string | false | Province of the ticket config |
postalCode | string | false | Postal code of the ticket config |
country | string | false | Country of the ticket config |
documentType | string | false | Document type of the ticket config |
documentNumber | string | false | Document number of the ticket config |
printType | string | false | Print type of the ticket config |
ActorTypeListApiModelRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
actorTypes | [string] | false | List of actor types |
ActorsResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
offset | integer(int32) | false | Offset used to paginate in conjunction with limit |
limit | integer(int32) | false | Max number of results of the response |
total | integer(int32) | false | Total number of records |
sort | string | false | The fields by which the results will be sorted. It can be a list of fields separated by commas |
items | [ActorResponse] | true | List of items |
ActorTypeResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
types | [string] | true | List of actor types |
BillingOfDealerResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
dealer_id | integer(int32) | true | Id of the dealer |
billing_dealer | BillingResponse | true | Information of the billing of a dealer |
BillingResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
id | integer(int32) | true | Id of the dealer |
code | string | true | Code of the dealer |
commercial_name | string | true | CommercialName of the dealer |
document_type | string | true | Type of the document |
document_number | string | true | Number of the document |
TicketConfigResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | true | Id of the ticket config |
commercialName | string | true | Commercial name of the ticket config |
address | string | true | Address of the ticket config |
city | string | true | City of the ticket config |
province | string | true | Province of the ticket config |
postalCode | string | true | Postal code of the ticket config |
country | string | true | Country of the ticket config |
documentType | string | true | Document type of the ticket config |
documentNumber | string | true | Document number of the ticket config |
dealerId | integer(int32) | true | Dealer id related to the ticket config |
printType | string | false | Print type of the ticket config |
DealerResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
id | integer(int32) | true | Id of the dealer |
code | string | true | Code of the dealer |
commercial_name | string | true | CommercialName of the dealer |
level_id | integer(int32) | true | Level of the dealer |
status_code | string | true | Status of the dealer |
subchannel_id | string | true | Subchannel of the dealer |
relation_type | string | false | Enumeration of possible relations between actors and dealers |
Property | Values |
---|---|
relation_type | one of [DIRECT_AND_INDIRECT, DIRECT, INDIRECT] |
DealersResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
offset | integer(int32) | false | Offset used to paginate in conjunction with limit |
limit | integer(int32) | false | Max number of results of the response |
total | integer(int32) | false | Total number of records |
sort | string | false | The fields by which the results will be sorted. It can be a list of fields separated by commas |
items | [DealerResponse] | true | List of items |
LoadsResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
message | string | false | none |
FixGeocodingDealer
|
|
Name | Type | Required | Description |
---|---|---|---|
dealer_id | integer(int32) | true | The dealerId to identify a specific dealer |
FixGeocodingResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
modified_dealers_ids | [FixGeocodingDealer] | true | The list of the dealers that were modified |
not_modified_dealers_ids | [FixGeocodingDealer] | true | The list of the dealers that were NOT modified |
ActorUpdateRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
name | string | true | Name of the actor |
surname | string | true | Surname of the actor msisdn |
type | string | true | Enumeration of possible actor types |
string | true | Email of the actor | |
parent_id | string | true | parentId if exist |
Property | Values |
---|---|
type | one of [INTERNAL_MANAGER, EXTERNAL_MANAGER, HEAD, MANAGER, COORDINATOR, SUPERVISOR, POS_MANAGER, TRAINER] |
TicketConfigUpdateRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
commercialName | string | true | Commercial name of the ticket config |
address | string | true | Address of the ticket config |
city | string | true | City of the ticket config |
province | string | true | Province of the ticket config |
postalCode | string | true | Postal code of the ticket config |
country | string | true | Country of the ticket config |
documentType | string | true | Document type of the ticket config |
documentNumber | string | true | Document number of the ticket config |
printType | string | true | Print type of the ticket config |