Bearer apiKey | Recurso | Descripción |
|---|---|
| ResourceOrder | API for managing installation resource orders |
| CalculateInstallation | API for calculating the contract, delay and duration of an installation |
| WorkorderInfo | Work order information operations (history, installation part, etc.) |
Bearer apiKey | Recurso | Descripción |
|---|---|
| ResourceOrder | API for managing installation resource orders |
| CalculateInstallation | API for calculating the contract, delay and duration of an installation |
| WorkorderInfo | Work order information operations (history, installation part, etc.) |
This operation creates a ResourceOrder entity.
PATH PARAMETERS
tenant name
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created ResourceOrder response
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X POST 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
}' This operation picking, unpicking and swap a ResourceOrder entity.
PATH PARAMETERS
tenant name
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created ResourceOrder response
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X POST 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder/callbackPicking' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
}' This operation retrieves a ResourceOrder entity. Attribute selection is enabled for all first level attributes.
PATH PARAMETERS
tenant name
a id of Resource Order
OK ResourceOrder response
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X GET 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder/MYSIM_XXXX' \
-H 'Accept: application/json' This operation updates totally a ResourceOrder entity.
PATH PARAMETERS
tenant name
a id of Resource Order
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OK ResourceOrder response
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X PUT 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder/MYSIM_XXXX' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
}' This operation updates partially a ResourceOrder entity.
PATH PARAMETERS
tenant name
a id of Resource Order
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OK ResourceOrder response
{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
} | Property | Type | Description | Constraints | Default | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
category | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completionDate | string (date-time) | Date when the order was completed Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string | free-text description firestorehe Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
externalId | string | ID given by the consumer (to facilitate searches afterwards) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string | Identifier of an instance of the Resource Order. Required to be unique within the resource type. Used in URIs as the identifier for specific instances of a type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | string | A string used to give a name to the Resource Order | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note | object[] | note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderDate | string (date-time) | Date when the order was created Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderRelationship | object[] | orderRelationship | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority | integer (int64) | A way that can be used by consumers to prioritize orders in OM system (from 0 to 4 : 0 is the highest priority, and 4 the lowest) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relatedParty | object[] | related party | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceOrderItem | object[] | resourceOrderItem | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array items:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate | string (date-time) | Date when the order was actually started Format: time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string | The life cycle state of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
substate | string | The life cycle substate of the resource | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ticketingSection | object | TicketingSection information for managing the opening of incidents in +Ticketing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | Name of the Resource Order type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X PATCH 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder/MYSIM_XXXX' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"category": "installation",
"completionDate": "2025-01-15T10:30:00Z",
"description": "Mysim Resources",
"externalId": "MYSIM_XXXX",
"id": "MYSIM_XXXX",
"name": "MIG_COM",
"note": [
{
"author": "name",
"date": "2023-04-12T16:42:23Z",
"text": "A free text detailing the note"
}
],
"orderDate": "2025-01-15T10:30:00Z",
"orderRelationship": [
{
"id": "MYSIM_AGILETV_TEST",
"type": "cross-ref"
}
],
"priority": 2,
"relatedParty": [
{
"id": "Jose Maria",
"role": "firstName"
},
{
"id": "Pérez Martínez",
"role": "middleName"
},
{
"id": "08946786Q",
"role": "documentNumber"
},
{
"id": "jose1965@gmail.com",
"role": "email"
},
{
"id": "626666666",
"role": "phoneNumber"
},
{
"id": "28013",
"role": "zipcode"
},
{
"id": "mysim",
"role": "sellchannel"
},
{
"id": "mysim",
"role": "seller"
},
{
"id": "Residencial",
"role": "segment"
},
{
"id": "2",
"role": "tenant"
},
{
"id": "es_ES",
"role": "language"
}
],
"resourceOrderItem": [
{
"action": "add",
"id": "02e82ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "FTTH"
},
{
"name": "territoryOwner",
"value": "NEBA"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "f7e72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "STB"
},
{
"name": "model",
"value": "Oxygen 101 S"
}
]
},
"state": "InProgress"
},
{
"action": "add",
"id": "ffe72ded-5b94-ea11-a811-000d3ab9bba9",
"resource": {
"resourceCharacteristic": [
{
"name": "type",
"value": "MOBILE_LINE"
},
{
"name": "sim_type",
"value": "SIM"
},
{
"name": "tariff",
"value": "2003"
},
{
"name": "line",
"value": "new_number"
}
]
},
"state": "InProgress"
}
],
"startDate": "2025-01-15T10:30:00Z",
"state": "Acknowledged",
"substate": "A definir por FSM",
"ticketingSection": {
"category": "Datos",
"process": "Incidencia",
"subcategory": "Dirección Incorrecta"
},
"type": "Alta FTTH + VOIP"
}' This operation to delete fake work orders due to fraud and other issues.
PATH PARAMETERS
tenant name
a id of Resource Order
No Content No Content
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X DELETE 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder/MYSIM_XXXX' \
-H 'Accept: application/json' This operation adds notes using the Note entity.
PATH PARAMETERS
tenant name
a id of Resource Order
{
"author": "user@masmovil.com",
"date": "2025-01-15T10:30:00Z",
"id": "0181b9de-2a43-40cb-a2fc-ca58b62f4658",
"text": "A comment"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
author* | string | Author of the note | ||
date* | string (date-time) | Date of the note Format: time | ||
id | string | Identifier of the note within its containing entity (may or may not be globally unique, depending on provider implementation) | ||
text* | string | Text of the note |
No Content No Content
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X POST 'https://installations.sta.masstack.com/v1/orgs/masmovil/resourceOrder/MYSIM_XXXX/notes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"author": "user@masmovil.com",
"date": "2025-01-15T10:30:00Z",
"id": "0181b9de-2a43-40cb-a2fc-ca58b62f4658",
"text": "A comment"
}' This operation calculate a CalculateInstallation entity.
PATH PARAMETERS
tenant name
{
"category": "installation",
"connectionInstallationFlow": "INSTALA_MM",
"creationDate": "2025-01-15T10:30:00Z",
"documentId": "B02214559",
"donorOperator": "00008",
"externalId": "MYSIM_123456",
"linkState": "V",
"orderType": "Alta FTTH + VOIP",
"originAccessIsExternal": false,
"poleInfo": false,
"scoringLevel": 1,
"scoringResult": "RISK"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
category* | string | Used to categorize the order from a business perspective that can be useful for the OM system | ||
connectionInstallationFlow | string | Information of the commit installer (INSTALA_TESA, INSTALA_MM) | ||
creationDate* | string (date-time) | Provision start date information | ||
documentId | string | Contract document identifier to identify if it's a cableoperator | ||
donorOperator | string | Donor operator information | ||
externalId* | string | ID given by the consumer (to facilitate searches afterwards) | ||
linkState | string | Information on the Busy Pair (PO) of the NEBA fiber | ||
orderType* | string | Installation order type information | ||
originAccessIsExternal* | boolean | New numbering sales information with external access origin and without transfer of access | ||
poleInfo* | boolean | Pole information | ||
scoringLevel* | integer (int8) | It's the risk level of customer fraud. This value for TMS-YOIGO comes from ROVE interface, other CRM have differents fraud systems | ||
scoringResult* | string | It's the overall risk value of customer fraud. This value for TMS-YOIGO comes from ROVE interface, other CRM have differents fraud systems |
OK CalculateInstallation response
{
"contract": "YMO/B2B",
"delay": "14",
"duration": "60"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
contract* | string | It is the result of the contract | ||
delay* | string | It is the result of the delay. Result expressed in number of fringes | ||
duration* | string | It is the result of the duration. Expressed in minutes |
Error response
{
"componentMsg": "ID MYSIM_6922893 not exists",
"id": "MM0000002",
"msg": "Resource not found",
"status": 404
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
componentMsg | string | Detailed error message | ||
id | string | Error identifier | ||
msg | string | Generic error message | ||
status | integer (int64) | HTTP error code |
curl -X POST 'https://installations.sta.masstack.com/v1/orgs/masmovil/calculate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"category": "installation",
"connectionInstallationFlow": "INSTALA_MM",
"creationDate": "2025-01-15T10:30:00Z",
"documentId": "B02214559",
"donorOperator": "00008",
"externalId": "MYSIM_123456",
"linkState": "V",
"orderType": "Alta FTTH + VOIP",
"originAccessIsExternal": false,
"poleInfo": false,
"scoringLevel": 1,
"scoringResult": "RISK"
}' Returns the complete history of a work order combining installation and appointment events, sorted chronologically.
PATH PARAMETERS
tenant name
a id of Resource Order
OK History successfully retrieved
[
{
"workOrderId": "WD_12168414",
"state": "Completed",
"fullState": "INSTALACIÓN COMPLETADA",
"tenant": "orange",
"timestamp": "2026-02-26T14:00:00Z",
"resourceCharacteristics": {
"id": "65146468",
"state": "Completed",
"technology": "FTTH"
},
"completionDate": "2026-02-26T14:00:00Z"
}
] | Property | Type | Description | Constraints | Default | |||||
|---|---|---|---|---|---|---|---|---|---|
workOrderId | string | ||||||||
state | string | ||||||||
fullState | string | ||||||||
tenant | string | ||||||||
timestamp | string (date-time) | ||||||||
resourceCharacteristics | object | ||||||||
| |||||||||
completionDate | string (date-time) | ||||||||
appointment | object | ||||||||
| |||||||||
Error response
{
"code": "0001",
"status": "NOT_FOUND",
"message": "Resource Not Found",
"detailMsg": "Work order 'WD_99999999' not found"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
code | string | error code. | ||
status | string | error status. | ||
message | string | error message. | ||
detailMsg | string | error message obtained in the response. |
curl -X GET 'https://installations.sta.masstack.com/v1/orgs/masmovil/workOrderInfo/MYSIM_XXXX/history' \
-H 'Accept: application/json' Returns the installation part URL for a completed work order
PATH PARAMETERS
tenant name
a id of Resource Order
OK Installation part successfully retrieved
{
"workOrderId": "WD_10376072",
"documentId": "inst.rLXRuKcoj5K6RzhE.HHbXrwNVKHyB0FlhLrN5TGBoQnC7_2NHZ7eRn0nxK05Qn1TUX846mQMadX8qGMA-lF_TGZV7quKWkLTCoEpMrkDU1Be-6Hw9VihT5f-ep-5wehL2n3mf2XCAeVsiEIdRfDjyHSpVfFtl_KAFV7O7j2udBbnOB8XTR50XS5emFZ6lA6gfEDeRssJpxze9fRlJVsA9cEoJyJdYR_IrGQI",
"url": "https://masmovil.kairos365.com/forms/12345"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
workOrderId* | string | Work order identifier | ||
documentId | string | null | Document ID in +documents system (null for FSM legacy) | ||
url* | string (uri) | URL to access the installation part PDF |
Error response
{
"code": "0001",
"status": "NOT_FOUND",
"message": "Resource Not Found",
"detailMsg": "Work order 'WD_99999999' not found"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
code | string | error code. | ||
status | string | error status. | ||
message | string | error message. | ||
detailMsg | string | error message obtained in the response. |
curl -X GET 'https://installations.sta.masstack.com/v1/orgs/masmovil/workOrderInfo/MYSIM_XXXX/installationPart' \
-H 'Accept: application/json' Returns the notes extracted from the work order, including technician comments, system notes, and installation closure information. Notes are sorted chronologically.
PATH PARAMETERS
tenant name
a id of Resource Order
OK Notes successfully retrieved
{
"workOrderId": "MYSIM_12168414",
"notes": [
{
"author": "G537",
"message": "cierre de la instalacion",
"source": "RESOURCE_ORDER",
"date": "2026-01-08T18:47:09Z"
},
{
"author": "SYSTEM",
"message": "AÑADIMOS COMENTARIOS TRAS LA INSTALACION DE LA FIBRA OK",
"source": "RESOURCE_ORDER",
"date": "2026-03-10T09:03:30Z"
}
]
} | Property | Type | Description | Constraints | Default | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
workOrderId* | string | Work order identifier | |||||||||||||||||||||||||||
notes* | object[] | List of notes extracted from the work order, sorted chronologically (oldest first) | |||||||||||||||||||||||||||
Array items:
| |||||||||||||||||||||||||||||
Not Found Work order not found
{
"code": "0001",
"status": "NOT_FOUND",
"message": "Resource Not Found",
"detailMsg": "Work order 'WD_99999999' not found"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
code | string | error code. | ||
status | string | error status. | ||
message | string | error message. | ||
detailMsg | string | error message obtained in the response. |
Error response
{
"code": "0001",
"status": "NOT_FOUND",
"message": "Resource Not Found",
"detailMsg": "Work order 'WD_99999999' not found"
} | Property | Type | Description | Constraints | Default |
|---|---|---|---|---|
code | string | error code. | ||
status | string | error status. | ||
message | string | error message. | ||
detailMsg | string | error message obtained in the response. |
curl -X GET 'https://installations.sta.masstack.com/v1/orgs/masmovil/workOrderInfo/MYSIM_XXXX/notes' \
-H 'Accept: application/json'