Download OpenAPI specification:Download
This is the Transit API documentation.
imprint: https://www.uni-leipzig.de/impressum
privacy policy: https://www.uni-leipzig.de/datenschutz
contact: https://transit-project.de/kontakt/
This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
| userId required | string <uuid> |
| userPropertyId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
| userId required | string <uuid> |
| userPropertyId required | string <uuid> |
{ }This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
| userId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY permission.
| userId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| companyId | string <uuid> |
| keycloakId required | string <uuid> |
| firstName | string |
| lastName | string |
string | |
| enabled | boolean |
| realmRoles | Array of strings |
| groups | Array of strings |
| jobPosition | string |
object (Links) | |
Array of objects (UserPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "enabled": true,
- "realmRoles": [
- "string"
], - "groups": [
- "string"
], - "jobPosition": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "userProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
| id required | string <uuid> |
{ }This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY permission.
required | object (Pageable) |
| filter | string Default: "deleted==false;userProperties.deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| companyId | string <uuid> |
| keycloakId required | string <uuid> |
| firstName | string |
| lastName | string |
string | |
| enabled | boolean |
| realmRoles | Array of strings |
| groups | Array of strings |
| jobPosition | string |
object (Links) | |
Array of objects (UserPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "enabled": true,
- "realmRoles": [
- "string"
], - "groups": [
- "string"
], - "jobPosition": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "userProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires **** permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| keycloakId required | string <uuid> |
| realmRoles required | Array of strings |
| groups | Array of strings |
| jobPosition | string |
required | object (CompanyDTORegistration) |
| enabled | boolean |
object (Links) | |
Array of objects (UserPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
- "realmRoles": [
- "string"
], - "groups": [
- "string"
], - "jobPosition": "string",
- "company": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "companyAddresses": [
- {
- "addressType": "string",
- "locationPoint": {
- "envelope": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "street": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "isoCode": "string",
- "addressExtra": "string",
- "companyName": "string",
- "clientName": "string"
}
], - "name": "string",
- "companyProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "enabled": true,
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "userProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires **** permission.
| id required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| defaultValue | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "defaultValue": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| defaultValue | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "defaultValue": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER permission.
| id required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER permission.
| packageItemId required | string <uuid> |
| packagePropertyId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER permission.
| packageItemId required | string <uuid> |
| packagePropertyId required | string <uuid> |
{ }This api endpoint requires ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
| packageItemId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires CREATOR_ORDER, SUPPLIER permission.
| packageItemId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
required | object (PackagePackageClassDTO) |
| weightKg | number <double> |
| heightCm | number <double> |
| widthCm | number <double> |
| deepCm | number <double> |
| frost | boolean |
| explosive | boolean |
| comment | string |
| packagePrice | number <double> |
object (Links) | |
Array of objects (PackagePackagePropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "packageClass": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "weightKg": 0.1,
- "heightCm": 0.1,
- "widthCm": 0.1,
- "deepCm": 0.1,
- "frost": true,
- "explosive": true,
- "comment": "string",
- "packagePrice": 0.1,
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "packagePackageProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
required | object (Pageable) |
| filter | string Default: "deleted==false;packagePackageProperties.deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires CREATOR_ORDER permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
required | object (PackagePackageClassDTO) |
| weightKg | number <double> |
| heightCm | number <double> |
| widthCm | number <double> |
| deepCm | number <double> |
| frost | boolean |
| explosive | boolean |
| comment | string |
| packagePrice | number <double> |
object (Links) | |
Array of objects (PackagePackagePropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "packageClass": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "weightKg": 0.1,
- "heightCm": 0.1,
- "widthCm": 0.1,
- "deepCm": 0.1,
- "frost": true,
- "explosive": true,
- "comment": "string",
- "packagePrice": 0.1,
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "packagePackageProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires ADMIN_GLOBAL permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_GLOBAL, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER, MANAGER_WAREHOUSE, WORKER_WAREHOUSE permission.
required | object (Pageable) |
| filter | string Default: "deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires ADMIN_GLOBAL permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| suborderId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| shortId | string <uuid> |
object (IdentifierDTO) | |
| destinationDate | string <date-time> |
| pickUpDate | string <date-time> |
required | object (IdentifierDTO) |
required | object (IdentifierDTO) |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
| orderStatus | string |
object (IdentifierDTO) | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
| attentionFlag | boolean |
| suborderType | boolean |
| internalComment | string |
| price | number <double> |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
| packagesPrice | number <double> |
| deliveryPerson | string |
| outsourceCost | number <double> |
| orderAltPrice | number <double> |
| reasonForCancel | string |
| oldOrderId | string <uuid> |
| newOrderId | string <uuid> |
object (IdentifierDTO) | |
| pickUpDateTo | string <date-time> |
| destinationDateTo | string <date-time> |
| pickUpPerson | string |
| hasNotableSuborderStatus | boolean |
| notableSuborderStatus | string |
| pickUpTimestampLeave | string <date-time> |
| pickUpTimestampArrive | string <date-time> |
| deliveryTimestampLeave | string <date-time> |
| deliveryTimestampArrive | string <date-time> |
object (Links) | |
Array of objects (OrderPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "shortId": "831ec859-e7d4-46bd-8056-29bc608dc007",
- "parentOrderId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "destinationDate": "2019-08-24T14:15:22Z",
- "pickUpDate": "2019-08-24T14:15:22Z",
- "addressIdFrom": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdTo": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdBilling": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "suborderIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderTypeIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "companyId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "orderRouteIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderStatus": "string",
- "paymentId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "costId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "packageItemIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "deliveryMethodId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "attentionFlag": true,
- "suborderType": true,
- "internalComment": "string",
- "price": 0.1,
- "contactPersonId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "parentOrderInformationIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "packagesPrice": 0.1,
- "deliveryPerson": "string",
- "outsourceCost": 0.1,
- "orderAltPrice": 0.1,
- "reasonForCancel": "string",
- "oldOrderId": "ea8dbc59-ee8c-4719-bcb5-cacb8bb811fe",
- "newOrderId": "daca5f63-d3e4-4268-8fc7-67b0e1613046",
- "customerId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "pickUpDateTo": "2019-08-24T14:15:22Z",
- "destinationDateTo": "2019-08-24T14:15:22Z",
- "pickUpPerson": "string",
- "hasNotableSuborderStatus": true,
- "notableSuborderStatus": "string",
- "pickUpTimestampLeave": "2019-08-24T14:15:22Z",
- "pickUpTimestampArrive": "2019-08-24T14:15:22Z",
- "deliveryTimestampLeave": "2019-08-24T14:15:22Z",
- "deliveryTimestampArrive": "2019-08-24T14:15:22Z",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "orderProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| suborderId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| orderId required | string <uuid> |
| filter | string Default: "deleted==false;orderProperties.deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| shortId | string <uuid> |
object (IdentifierDTO) | |
| destinationDate | string <date-time> |
| pickUpDate | string <date-time> |
required | object (IdentifierDTO) |
required | object (IdentifierDTO) |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
| orderStatus | string |
object (IdentifierDTO) | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
| attentionFlag | boolean |
| suborderType | boolean |
| internalComment | string |
| price | number <double> |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
| packagesPrice | number <double> |
| deliveryPerson | string |
| outsourceCost | number <double> |
| orderAltPrice | number <double> |
| reasonForCancel | string |
| oldOrderId | string <uuid> |
| newOrderId | string <uuid> |
object (IdentifierDTO) | |
| pickUpDateTo | string <date-time> |
| destinationDateTo | string <date-time> |
| pickUpPerson | string |
| hasNotableSuborderStatus | boolean |
| notableSuborderStatus | string |
| pickUpTimestampLeave | string <date-time> |
| pickUpTimestampArrive | string <date-time> |
| deliveryTimestampLeave | string <date-time> |
| deliveryTimestampArrive | string <date-time> |
object (Links) | |
Array of objects (OrderPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "shortId": "831ec859-e7d4-46bd-8056-29bc608dc007",
- "parentOrderId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "destinationDate": "2019-08-24T14:15:22Z",
- "pickUpDate": "2019-08-24T14:15:22Z",
- "addressIdFrom": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdTo": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdBilling": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "suborderIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderTypeIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "companyId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "orderRouteIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderStatus": "string",
- "paymentId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "costId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "packageItemIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "deliveryMethodId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "attentionFlag": true,
- "suborderType": true,
- "internalComment": "string",
- "price": 0.1,
- "contactPersonId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "parentOrderInformationIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "packagesPrice": 0.1,
- "deliveryPerson": "string",
- "outsourceCost": 0.1,
- "orderAltPrice": 0.1,
- "reasonForCancel": "string",
- "oldOrderId": "ea8dbc59-ee8c-4719-bcb5-cacb8bb811fe",
- "newOrderId": "daca5f63-d3e4-4268-8fc7-67b0e1613046",
- "customerId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "pickUpDateTo": "2019-08-24T14:15:22Z",
- "destinationDateTo": "2019-08-24T14:15:22Z",
- "pickUpPerson": "string",
- "hasNotableSuborderStatus": true,
- "notableSuborderStatus": "string",
- "pickUpTimestampLeave": "2019-08-24T14:15:22Z",
- "pickUpTimestampArrive": "2019-08-24T14:15:22Z",
- "deliveryTimestampLeave": "2019-08-24T14:15:22Z",
- "deliveryTimestampArrive": "2019-08-24T14:15:22Z",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "orderProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| orderPropertyId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| orderPropertyId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| orderId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| orderId required | string <uuid> |
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| comment | string |
| companyId | string <uuid> |
| orderId | string <uuid> |
| postParent | boolean |
| postChild | boolean |
| person | string Enum: "ME" "YOU" |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "comment": "string",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "postParent": true,
- "postChild": true,
- "person": "ME",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| orderId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| comment | string |
| companyId | string <uuid> |
| orderId | string <uuid> |
| postParent | boolean |
| postChild | boolean |
| person | string Enum: "ME" "YOU" |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "comment": "string",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "postParent": true,
- "postChild": true,
- "person": "ME",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| shortId | string <uuid> |
object (IdentifierDTO) | |
| destinationDate | string <date-time> |
| pickUpDate | string <date-time> |
required | object (IdentifierDTO) |
required | object (IdentifierDTO) |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
| orderStatus | string |
object (IdentifierDTO) | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
| attentionFlag | boolean |
| suborderType | boolean |
| internalComment | string |
| price | number <double> |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
| packagesPrice | number <double> |
| deliveryPerson | string |
| outsourceCost | number <double> |
| orderAltPrice | number <double> |
| reasonForCancel | string |
| oldOrderId | string <uuid> |
| newOrderId | string <uuid> |
object (IdentifierDTO) | |
| pickUpDateTo | string <date-time> |
| destinationDateTo | string <date-time> |
| pickUpPerson | string |
| hasNotableSuborderStatus | boolean |
| notableSuborderStatus | string |
| pickUpTimestampLeave | string <date-time> |
| pickUpTimestampArrive | string <date-time> |
| deliveryTimestampLeave | string <date-time> |
| deliveryTimestampArrive | string <date-time> |
object (Links) | |
Array of objects (OrderPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "shortId": "831ec859-e7d4-46bd-8056-29bc608dc007",
- "parentOrderId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "destinationDate": "2019-08-24T14:15:22Z",
- "pickUpDate": "2019-08-24T14:15:22Z",
- "addressIdFrom": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdTo": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdBilling": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "suborderIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderTypeIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "companyId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "orderRouteIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderStatus": "string",
- "paymentId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "costId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "packageItemIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "deliveryMethodId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "attentionFlag": true,
- "suborderType": true,
- "internalComment": "string",
- "price": 0.1,
- "contactPersonId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "parentOrderInformationIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "packagesPrice": 0.1,
- "deliveryPerson": "string",
- "outsourceCost": 0.1,
- "orderAltPrice": 0.1,
- "reasonForCancel": "string",
- "oldOrderId": "ea8dbc59-ee8c-4719-bcb5-cacb8bb811fe",
- "newOrderId": "daca5f63-d3e4-4268-8fc7-67b0e1613046",
- "customerId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "pickUpDateTo": "2019-08-24T14:15:22Z",
- "destinationDateTo": "2019-08-24T14:15:22Z",
- "pickUpPerson": "string",
- "hasNotableSuborderStatus": true,
- "notableSuborderStatus": "string",
- "pickUpTimestampLeave": "2019-08-24T14:15:22Z",
- "pickUpTimestampArrive": "2019-08-24T14:15:22Z",
- "deliveryTimestampLeave": "2019-08-24T14:15:22Z",
- "deliveryTimestampArrive": "2019-08-24T14:15:22Z",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "orderProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| id required | string <uuid> |
Array of objects (SharingDefaultDTO) |
{- "defaultSharingRights": [
- {
- "entity": "string",
- "companyProperties": [
- {
- "property": "string",
- "read": true,
- "write": true
}
]
}
]
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false;orderProperties.deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| shortId | string <uuid> |
object (IdentifierDTO) | |
| destinationDate | string <date-time> |
| pickUpDate | string <date-time> |
required | object (IdentifierDTO) |
required | object (IdentifierDTO) |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) | |
| orderStatus | string |
object (IdentifierDTO) | |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
object (IdentifierDTO) | |
| attentionFlag | boolean |
| suborderType | boolean |
| internalComment | string |
| price | number <double> |
object (IdentifierDTO) | |
Array of objects (IdentifierDTO) unique | |
| packagesPrice | number <double> |
| deliveryPerson | string |
| outsourceCost | number <double> |
| orderAltPrice | number <double> |
| reasonForCancel | string |
| oldOrderId | string <uuid> |
| newOrderId | string <uuid> |
object (IdentifierDTO) | |
| pickUpDateTo | string <date-time> |
| destinationDateTo | string <date-time> |
| pickUpPerson | string |
| hasNotableSuborderStatus | boolean |
| notableSuborderStatus | string |
| pickUpTimestampLeave | string <date-time> |
| pickUpTimestampArrive | string <date-time> |
| deliveryTimestampLeave | string <date-time> |
| deliveryTimestampArrive | string <date-time> |
object (Links) | |
Array of objects (OrderPropertyDTO) unique |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "shortId": "831ec859-e7d4-46bd-8056-29bc608dc007",
- "parentOrderId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "destinationDate": "2019-08-24T14:15:22Z",
- "pickUpDate": "2019-08-24T14:15:22Z",
- "addressIdFrom": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdTo": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "addressIdBilling": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "suborderIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderTypeIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "companyId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "orderRouteIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "orderStatus": "string",
- "paymentId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "costId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "packageItemIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "deliveryMethodId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "attentionFlag": true,
- "suborderType": true,
- "internalComment": "string",
- "price": 0.1,
- "contactPersonId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "parentOrderInformationIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "packagesPrice": 0.1,
- "deliveryPerson": "string",
- "outsourceCost": 0.1,
- "orderAltPrice": 0.1,
- "reasonForCancel": "string",
- "oldOrderId": "ea8dbc59-ee8c-4719-bcb5-cacb8bb811fe",
- "newOrderId": "daca5f63-d3e4-4268-8fc7-67b0e1613046",
- "customerId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}, - "pickUpDateTo": "2019-08-24T14:15:22Z",
- "destinationDateTo": "2019-08-24T14:15:22Z",
- "pickUpPerson": "string",
- "hasNotableSuborderStatus": true,
- "notableSuborderStatus": "string",
- "pickUpTimestampLeave": "2019-08-24T14:15:22Z",
- "pickUpTimestampArrive": "2019-08-24T14:15:22Z",
- "deliveryTimestampLeave": "2019-08-24T14:15:22Z",
- "deliveryTimestampArrive": "2019-08-24T14:15:22Z",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "orderProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
]
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| orderStatus required | string |
object (Links) |
{- "orderStatus": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false;orderProperties.deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires ADMIN_GLOBAL permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_GLOBAL permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
Array of objects (RightsDtoCore) |
{- "entries": [
- {
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "entityId": "156e622c-6cdf-4c27-9bc9-2f2db69919f5",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "properties": {
- "readProperties": [
- "string"
], - "writeProperties": [
- "string"
]
}
}
]
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
Array of objects (RightsDtoCore) |
{- "entries": [
- {
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "entityId": "156e622c-6cdf-4c27-9bc9-2f2db69919f5",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "properties": {
- "readProperties": [
- "string"
], - "writeProperties": [
- "string"
]
}
}
]
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| idSub required | string <uuid> |
Array of objects (RightsDtoCore) |
{- "entries": [
- {
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "entityId": "156e622c-6cdf-4c27-9bc9-2f2db69919f5",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "properties": {
- "readProperties": [
- "string"
], - "writeProperties": [
- "string"
]
}
}
]
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
string | |
| phone | string |
| companyId | string <uuid> |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "email": "string",
- "phone": "string",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
string | |
| phone | string |
| companyId | string <uuid> |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "email": "string",
- "phone": "string",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| id required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
Array of objects (CompanyPropertyDTO) unique | |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "companyProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false;companyProperties.deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires **** permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
Array of objects (CompanyPropertyDTO) unique | |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "companyProperties": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}
], - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires ADMIN_GLOBAL, OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| defaultSharingRights required | object (JsonNode) |
{- "defaultSharingRights": { }
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false;companyProperties.deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| companyFavoriteId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
| companyIds | Array of strings <uuid> unique [ items <uuid > ] |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "companyIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| companyFavoriteId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| companyId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
| companyIds | Array of strings <uuid> unique [ items <uuid > ] |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "companyIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY permission.
| companyId required | string <uuid> |
| companyDeliveryAreaId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| deliveryAreaZips required | Array of strings |
| deliveryAreaPolyline | string |
object (Geometry) | |
object (Links) | |
| companyId | string <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "deliveryAreaZips": [
- "string"
], - "deliveryAreaPolyline": "string",
- "deliveryAreaGeom": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": { },
- "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": { },
- "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda"
}This api endpoint requires OWNER_COMPANY permission.
| companyId required | string <uuid> |
| companyDeliveryAreaId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| companyId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires OWNER_COMPANY permission.
| companyId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| deliveryAreaZips required | Array of strings |
| deliveryAreaPolyline | string |
object (Geometry) | |
object (Links) | |
| companyId | string <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "deliveryAreaZips": [
- "string"
], - "deliveryAreaPolyline": "string",
- "deliveryAreaGeom": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": { },
- "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": { },
- "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}, - "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda"
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| customerId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
string | |
| tel | string |
| companyId | string <uuid> |
| addressId | string <uuid> |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "email": "string",
- "tel": "string",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| customerId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| companyId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| name | string |
string | |
| tel | string |
| companyId | string <uuid> |
| addressId | string <uuid> |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "name": "string",
- "email": "string",
- "tel": "string",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| companyPropertyId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| companyPropertyId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| id | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| key | string |
| value | string |
| type | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "key": "string",
- "value": "string",
- "type": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| companyAddressId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| companyId | string <uuid> |
| addressType required | string |
required | object (Point) |
| street | string |
| zip required | string |
| city required | string |
| state | string |
| country required | string |
| isoCode required | string |
| addressExtra | string |
| companyName | string |
| clientName | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "addressType": "string",
- "locationPoint": {
- "envelope": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "street": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "isoCode": "string",
- "addressExtra": "string",
- "companyName": "string",
- "clientName": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| companyAddressId required | string <uuid> |
{ }This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
| companyId required | string <uuid> |
| filter | string Default: "deleted==false" |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
| createdByMyCompany | boolean Default: false |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY permission.
| companyId required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| companyId | string <uuid> |
| addressType required | string |
required | object (Point) |
| street | string |
| zip required | string |
| city required | string |
| state | string |
| country required | string |
| isoCode required | string |
| addressExtra | string |
| companyName | string |
| clientName | string |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "addressType": "string",
- "locationPoint": {
- "envelope": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "street": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "isoCode": "string",
- "addressExtra": "string",
- "companyName": "string",
- "clientName": "string",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
required | object (Point) |
| street | string |
| zip required | string |
| city required | string |
| state | string |
| country required | string |
| isoCode required | string |
| addressExtra | string |
| companyName | string |
| clientName | string |
| phoneNumber | string |
| inOrderUsed | boolean |
| companyAddress | boolean |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "locationPoint": {
- "envelope": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "street": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "isoCode": "string",
- "addressExtra": "string",
- "companyName": "string",
- "clientName": "string",
- "phoneNumber": "string",
- "inOrderUsed": true,
- "companyAddress": true,
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires OWNER_COMPANY, CREATOR_ORDER, PLANNER_ORDER, SUPPLIER permission.
required | object (Pageable) |
| filter | string Default: "deleted==false" |
| createdByMyCompany | boolean Default: false |
| skip | integer <int32> Default: -1 |
| take | integer <int32> Default: 0 |
| extraFilterParameters | string Default: "" |
This api endpoint requires OWNER_COMPANY, ADMIN_COMPANY, CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
required | object (Point) |
| street | string |
| zip required | string |
| city required | string |
| state | string |
| country required | string |
| isoCode required | string |
| addressExtra | string |
| companyName | string |
| clientName | string |
| phoneNumber | string |
| inOrderUsed | boolean |
| companyAddress | boolean |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "locationPoint": {
- "envelope": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "x": 0.1,
- "boundaryDimension": 0,
- "coordinateSequence": {
- "measures": 0,
- "dimension": 0
}, - "geometryType": "string",
- "numPoints": 0,
- "y": 0.1,
- "boundary": {
- "envelope": { },
- "factory": {
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "coordinateSequenceFactory": { },
- "srid": 0
}, - "userData": { },
- "simple": true,
- "coordinate": {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}, - "interiorPoint": { },
- "boundaryDimension": 0,
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "geometryType": "string",
- "numGeometries": 0,
- "coordinates": [
- {
- "x": 0.1,
- "y": 0.1,
- "z": 0.1,
- "m": 0.1,
- "coordinate": { },
- "valid": true
}
], - "numPoints": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "boundary": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "dimension": 0,
- "length": 0.1,
- "empty": true,
- "valid": true
}, - "dimension": 0,
- "empty": true,
- "interiorPoint": { },
- "precisionModel": {
- "scale": 0.1,
- "maximumSignificantDigits": 0,
- "offsetX": 0.1,
- "offsetY": 0.1,
- "type": { },
- "floating": true
}, - "srid": 0,
- "numGeometries": 0,
- "rectangle": true,
- "area": 0.1,
- "centroid": { },
- "envelopeInternal": {
- "diameter": 0.1,
- "width": 0.1,
- "height": 0.1,
- "maxX": 0.1,
- "maxY": 0.1,
- "area": 0.1,
- "null": true,
- "minX": 0.1,
- "minY": 0.1
}, - "length": 0.1,
- "valid": true
}, - "street": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "isoCode": "string",
- "addressExtra": "string",
- "companyName": "string",
- "clientName": "string",
- "phoneNumber": "string",
- "inOrderUsed": true,
- "companyAddress": true,
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}This api endpoint requires CREATOR_ORDER, PLANNER_ORDER permission.
| id required | string <uuid> |
| createDate required | string <date-time> |
| modifyDate required | string <date-time> |
| createdBy required | string |
| lastModifiedBy required | string |
| deleted | boolean |
| sequenceId | integer <int64> |
| text required | string |
| orderId required | string <uuid> |
| companyId | string <uuid> |
| readStatus | boolean |
| person | string Enum: "ME" "YOU" |
object (Links) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "createDate": "2019-08-24T14:15:22Z",
- "modifyDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastModifiedBy": "string",
- "deleted": true,
- "sequenceId": 0,
- "text": "string",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda",
- "readStatus": true,
- "person": "ME",
- "_links": {
- "property1": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}, - "property2": {
- "href": "string",
- "hreflang": "string",
- "title": "string",
- "type": "string",
- "deprecation": "string",
- "profile": "string",
- "name": "string",
- "templated": true
}
}
}