{ "openapi": "3.0.1", "info": { "title": "ShipmentData API", "version": "v1" }, "servers": [ { "url": "/track/shipmentdata/" } ], "paths": { "/Reporting/Statistics/TopProducts": { "post": { "tags": [ "Statistics" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryTopProductsRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryTopProductsRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryTopProductsRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.TopProductsResult" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.TopProductsResult" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.TopProductsResult" } } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Reporting/Statistics/DailyShipmentCount": { "post": { "tags": [ "Statistics" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.DailyCountResult" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.DailyCountResult" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.DailyCountResult" } } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Reporting/Statistics/DailyPackageCount": { "post": { "tags": [ "Statistics" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.DailyCountResult" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.DailyCountResult" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.DailyCountResult" } } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/Aggregated/ByDateRange": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/Aggregated/ByPickupCode": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/Aggregated/ByOrderNumber": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/Aggregated/ByBarcode": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/ByDateRange": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/ByPickupCode": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/ByOrderNumber": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/ByBarcode": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/ShipmentSuggestion": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestionQuery" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestionQuery" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestionQuery" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestion" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestion" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestion" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/documents/{documentUuid}": { "delete": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "documentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/binaries/{binaryUuid}": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "binaryUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "profile", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "isSigned", "in": "query", "schema": { "type": "boolean", "default": false } }, { "name": "as_json", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/documents": { "post": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/amounts": { "put": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.PricesUpdateModel" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.PricesUpdateModel" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.PricesUpdateModel" } } } }, "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/references-messages": { "put": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReferencesUpdateModel" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReferencesUpdateModel" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReferencesUpdateModel" } } } }, "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/address": { "put": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.AddressUpdateModel" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.AddressUpdateModel" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.AddressUpdateModel" } } } }, "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/Packages/{packageUuid}/status": { "put": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "packageUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel" } } } }, "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/status": { "put": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel" } } } }, "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "202": { "description": "Accepted" } } } }, "/Operational/Shipments/{shipmentUuid}/events/valid": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error" }, "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } } } } } } }, "/Operational/Shipments/{shipmentUuid}/container-information": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "profile", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "date", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/aggregated": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "profile", "in": "query", "schema": { "type": "string" } }, { "name": "date", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "isTrackProfile", "in": "query", "schema": { "type": "boolean", "default": false } }, { "name": "isSigned", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAggregated" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/additional-information/ByBarcode": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/additional-information": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "profile", "in": "query", "schema": { "type": "string" } }, { "name": "date", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "isTrackProfile", "in": "query", "schema": { "type": "boolean", "default": false } }, { "name": "isSigned", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/anonymize": { "put": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "202": { "description": "Accepted" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/summary-document/{packageUuid}": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "packageUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "OK" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}/summary-document": { "get": { "tags": [ "Shipments" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "packageUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "OK" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/preview-shipment/additional-information": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/preview-shipment": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/preview/additional-information": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/preview": { "post": { "tags": [ "Shipments" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Shipments/{shipmentUuid}": { "get": { "tags": [ "Shipments" ], "operationId": "urlShp", "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "profile", "in": "query", "schema": { "type": "string" } }, { "name": "date", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "isTrackProfile", "in": "query", "schema": { "type": "boolean", "default": false } }, { "name": "isSigned", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/ShipmentIdentifiers/ByDateRange": { "post": { "tags": [ "ShipmentIdentifiers" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/ShipmentIdentifiers/ByPickupCode": { "post": { "tags": [ "ShipmentIdentifiers" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/ShipmentIdentifiers/ByOrderNumber": { "post": { "tags": [ "ShipmentIdentifiers" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/ShipmentIdentifiers/ByBarcode": { "post": { "tags": [ "ShipmentIdentifiers" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentIdentifier" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Query/ShipmentInProgressCount": { "get": { "tags": [ "Query" ], "responses": { "200": { "description": "OK" } } } }, "/Operational/Query/PackageCount": { "post": { "tags": [ "Query" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } } } }, "responses": { "200": { "description": "OK" } } } }, "/Operational/Query/ShipmentCount": { "post": { "tags": [ "Query" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest" } } } }, "responses": { "200": { "description": "OK" } } } }, "/ReportingSearch/items": { "post": { "tags": [ "PublicSearch" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.PublicSearchReportItem" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.PublicSearchReportItem" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Reporting.PublicSearchReportItem" } } } } } } } }, "/ReportingSearch/count": { "post": { "tags": [ "PublicSearch" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "integer", "format": "int32" } }, "application/json": { "schema": { "type": "integer", "format": "int32" } }, "text/json": { "schema": { "type": "integer", "format": "int32" } } } } } } }, "/ReportingSearch/configuration": { "get": { "tags": [ "PublicSearch" ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfiguration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfiguration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfiguration" } } } } } } }, "/Metadata/relationTypes": { "get": { "tags": [ "Metadata" ], "parameters": [ { "name": "pageIndex", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 0 } }, { "name": "pageSize", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 20 } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/eventConfiguration": { "get": { "tags": [ "Metadata" ], "parameters": [ { "name": "pageIndex", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 0 } }, { "name": "pageSize", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 20 } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/eventConfiguration/{configuration_id}": { "get": { "tags": [ "Metadata" ], "parameters": [ { "name": "configuration_id", "in": "path", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.EventConfiguration" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/configurationTree": { "get": { "tags": [ "Metadata" ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/carriers": { "post": { "tags": [ "Metadata" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" } } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/products": { "post": { "tags": [ "Metadata" ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" } } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/carrierLogo/{id}": { "get": { "tags": [ "Metadata" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/countries": { "get": { "tags": [ "Metadata" ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Metadata/currencies": { "get": { "tags": [ "Metadata" ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/Operational/Feedback/query": { "post": { "tags": [ "Feedback" ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackQuery" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackQuery" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackQuery" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackExtended" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackExtended" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackExtended" } } } } }, "401": { "description": "Unauthorized", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } } } } }, "/Operational/Feedback": { "post": { "tags": [ "Feedback" ], "parameters": [ { "name": "publicTrackProfile", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.FeedbackRequest" } } } }, "responses": { "200": { "description": "OK" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "500": { "description": "Internal Server Error" } } } }, "/Operational/Feedback/{shipmentUuid}": { "get": { "tags": [ "Feedback" ], "parameters": [ { "name": "shipmentUuid", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "publicTrackProfile", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeHistoricalData", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.Feedback.Domain.FeedbackResponse" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.Feedback.Domain.FeedbackResponse" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.Feedback.Domain.FeedbackResponse" } } } } }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails" } } } }, "500": { "description": "Internal Server Error" } } } }, "/Operational/Feedback/categories": { "get": { "tags": [ "Feedback" ], "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.Feedback.Domain.CategoryResponse" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.Feedback.Domain.CategoryResponse" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.Feedback.Domain.CategoryResponse" } } } } }, "500": { "description": "Internal Server Error" } } } } }, "components": { "schemas": { "Consignor.Portal.CustomizationApi.Domain.AddressCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "addressFields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.AddressFields" }, "addressTypes": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.AddressTypesFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.AddressFields": { "type": "object", "properties": { "name1": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "name2": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "address1": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "address2": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "postCode": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "region": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "state": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "countryCode": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "city": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "county": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "district": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "customerNumber": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "email": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "phone": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "mobile": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "attention": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "fax": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "province": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "openingHours": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "poCity": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "poBox": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "poPostCode": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "voecNumber": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "vatNo": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "receiverRef": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.AddressTypesFields": { "type": "object", "properties": { "sender": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "receiver": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "dropPoint": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "pickup": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "payer": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "buyer": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "returnTo": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "depot": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "delivery": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CampaignCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CampaignFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CampaignDisplayMode": { "enum": [ 1, 2, 3 ], "type": "integer", "format": "int32" }, "Consignor.Portal.CustomizationApi.Domain.CampaignFields": { "type": "object", "properties": { "url": { "type": "string", "nullable": true }, "title": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "images": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CampaignImages" }, "displayMode": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CampaignDisplayMode" }, "textColor": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CampaignImages": { "type": "object", "properties": { "small": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.FileFields" }, "medium": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.FileFields" }, "large": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.FileFields" }, "extraLarge": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.FileFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CarrierCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CarrierFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CarrierFields": { "type": "object", "properties": { "nameLogo": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "product": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "services": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CollectionEntity": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.Collections": { "type": "object", "properties": { "summary": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.SummaryCollection" }, "address": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.AddressCollection" }, "carrier": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CarrierCollection" }, "references": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ReferenceCollection" }, "dates": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.DatesCollection" }, "prices": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.PricesCollection" }, "documents": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CollectionEntity" }, "campaign": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CampaignCollection" }, "faq": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.FaqCollection" }, "contactUs": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ContactUsCollection" }, "status": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.StatusCollection" }, "details": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.DetailsCollection" }, "additionalInformation": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CollectionEntity" }, "dangerousGoods": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CollectionEntity" }, "logo": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.LogoCollection" }, "containers": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CollectionEntity" }, "customFields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CustomFieldsCollection" }, "emissions": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CollectionEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.ContactUsCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.UrlFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CustomFields": { "type": "object", "properties": { "customField": { "type": "string", "nullable": true }, "customFieldLine": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.CustomFieldsCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.CustomFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.DatesCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.DatesFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.DatesFields": { "type": "object", "properties": { "pickupDate": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "pickupStart": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "pickupEnd": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "pickupCutOff": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "promisedDate": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "eta": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.DetailsCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.DetailsFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.DetailsFields": { "type": "object", "properties": { "articleInfo": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "contents": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.FaqCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.UrlFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.FileFields": { "type": "object", "properties": { "image": { "type": "string", "nullable": true }, "imageName": { "type": "string", "nullable": true }, "mimeType": { "type": "string", "nullable": true }, "externalUrl": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.LogoCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.LogoFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.LogoFields": { "type": "object", "properties": { "image": { "type": "string", "nullable": true }, "imageName": { "type": "string", "nullable": true }, "mimeType": { "type": "string", "nullable": true }, "externalUrl": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.PriceFields": { "type": "object", "properties": { "price1": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "price2": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "fixedPrice": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "carrierPrice": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "priceDetails": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.PricesCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.PriceFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.ReferenceCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ReferenceFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.ReferenceFields": { "type": "object", "properties": { "orderNumbersAndAdditional": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "receiverReferencesAndAdditional": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "attention": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "project": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "messageToReceiver": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "messageToCarrier": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "messageToDriver": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "senderPalletAccount": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "shipmentBookingNumber": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "pickupCode": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "qrCodeLink": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "searchKey": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.StatusCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.StatusFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.StatusFields": { "type": "object", "properties": { "showCarrierEvent": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventPhoto": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventSignature": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventPOD": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showOperator": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventTracking": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventBooking": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventCarrierReference": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventCustomCode": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showEventComments": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "showGPSCoordinates": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.SummaryCollection": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "orderIndex": { "type": "integer", "format": "int32" }, "fields": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.SummaryFields" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.SummaryFields": { "type": "object", "properties": { "estimatedDelivery": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" }, "totalsPackagesMeasurements": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.ConfigurableEntity" } }, "additionalProperties": false }, "Consignor.Portal.CustomizationApi.Domain.UrlFields": { "type": "object", "properties": { "url": { "type": "string", "nullable": true }, "title": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.Feedback.Domain.CategoryResponse": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.Feedback.Domain.FeedbackResponse": { "type": "object", "properties": { "rating": { "type": "integer", "format": "int32" }, "date": { "type": "string", "format": "date-time" }, "category": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentPreviewData": { "type": "object", "properties": { "previewShipmentTag": { "type": "string", "format": "uuid" }, "submitDate": { "type": "string", "format": "date-time" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentViewerProfilePreview": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "name": { "type": "string", "nullable": true }, "owner": { "type": "string", "format": "uuid" }, "enabled": { "type": "boolean" }, "public": { "type": "boolean" }, "userId": { "type": "string", "format": "uuid" }, "dateCreated": { "type": "string", "format": "date-time" }, "dateModified": { "type": "string", "format": "date-time" }, "hideEmptyFields": { "type": "boolean" }, "collections": { "$ref": "#/components/schemas/Consignor.Portal.CustomizationApi.Domain.Collections" }, "shipmentPreviewData": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Business.Extensions.ShipmentPreviewData" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.AddressUpdateModel": { "required": [ "typeId" ], "type": "object", "properties": { "name1": { "maxLength": 256, "type": "string", "nullable": true }, "name2": { "maxLength": 256, "type": "string", "nullable": true }, "street1": { "maxLength": 250, "type": "string", "nullable": true }, "street2": { "maxLength": 250, "type": "string", "nullable": true }, "countryCode": { "maxLength": 5, "type": "string", "nullable": true }, "state": { "maxLength": 50, "type": "string", "nullable": true }, "region": { "maxLength": 128, "type": "string", "nullable": true }, "county": { "maxLength": 128, "type": "string", "nullable": true }, "district": { "maxLength": 128, "type": "string", "nullable": true }, "city": { "maxLength": 100, "type": "string", "nullable": true }, "erpRef": { "maxLength": 50, "type": "string", "nullable": true }, "custNo": { "maxLength": 50, "type": "string", "nullable": true }, "email": { "maxLength": 500, "type": "string", "nullable": true }, "phone": { "maxLength": 25, "type": "string", "nullable": true }, "mobile": { "maxLength": 25, "type": "string", "nullable": true }, "poPostCode": { "maxLength": 100, "type": "string", "nullable": true }, "poCity": { "maxLength": 100, "type": "string", "nullable": true }, "postCode": { "maxLength": 100, "type": "string", "nullable": true }, "poBox": { "maxLength": 100, "type": "string", "nullable": true }, "attention": { "maxLength": 100, "type": "string", "nullable": true }, "fax": { "maxLength": 25, "type": "string", "nullable": true }, "openingHours": { "maxLength": 50, "type": "string", "nullable": true }, "receiverRef": { "maxLength": 50, "type": "string", "nullable": true }, "province": { "maxLength": 128, "type": "string", "nullable": true }, "vatNo": { "maxLength": 50, "type": "string", "nullable": true }, "voecNumber": { "maxLength": 64, "type": "string", "nullable": true }, "typeId": { "maximum": 14, "minimum": 0, "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigItemTransform": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "arguments": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigItemTransformArg" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigItemTransformArg": { "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree": { "type": "object", "properties": { "installations": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Installation" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Actor": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "carriers": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Carrier" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Carrier": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "subcarriers": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Subcarrier" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Installation": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "locations": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Location" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Location": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "actors": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Actor" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Product": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Subcarrier": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "products": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigurationTree+Product" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.DateRangeSource": { "enum": [ 1, 2, 3 ], "type": "integer", "format": "int32" }, "Consignor.Portal.ShipmentDataApi.Domain.FeedbackExtended": { "type": "object", "properties": { "rating": { "type": "integer", "format": "int32" }, "date": { "type": "string", "format": "date-time" }, "category": { "type": "integer", "format": "int32" }, "shipmentId": { "type": "string", "nullable": true }, "serviceId": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.FeedbackQuery": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true }, "accountIds": { "type": "array", "items": { "type": "string" }, "nullable": true }, "pageSize": { "type": "integer", "format": "int32" }, "pageIndex": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.FeedbackRequest": { "type": "object", "properties": { "shipmentId": { "maxLength": 36, "type": "string", "nullable": true }, "rating": { "maximum": 100, "minimum": 1, "type": "integer", "format": "int32" }, "category": { "maximum": 4, "minimum": 1, "type": "integer", "format": "int32" }, "comment": { "maxLength": 500, "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.PricesUpdateModel": { "type": "object", "properties": { "price1": { "type": "number", "format": "double" }, "price1CurrencyCode": { "maxLength": 3, "type": "string", "nullable": true }, "price2": { "type": "number", "format": "double" }, "price2CurrencyCode": { "maxLength": 3, "type": "string", "nullable": true }, "fixedPrice": { "type": "number", "format": "double" }, "fixedPriceCurrencyCode": { "maxLength": 3, "type": "string", "nullable": true }, "carrierPrice": { "type": "number", "format": "double" }, "carrierPriceCurrencyCode": { "maxLength": 3, "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.QueryCountRequest": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.QueryTopProductsRequest": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "top": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ReferencesUpdateModel": { "type": "object", "properties": { "orderNumber": { "maxLength": 2048, "type": "string", "nullable": true }, "additionalReference": { "maxLength": 2048, "type": "string", "nullable": true }, "receiverReference": { "maxLength": 2048, "type": "string", "nullable": true }, "project": { "maxLength": 2048, "type": "string", "nullable": true }, "carrierMessage": { "maxLength": 2048, "type": "string", "nullable": true }, "driverMessage": { "maxLength": 2048, "type": "string", "nullable": true }, "receiverMessage": { "maxLength": 2048, "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ReportConfiguration": { "type": "object", "properties": { "version": { "type": "integer", "format": "int32" }, "columns": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationItem" }, "nullable": true, "readOnly": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationFilter": { "type": "object", "properties": { "start": { "type": "string", "format": "date-time", "nullable": true }, "end": { "type": "string", "format": "date-time", "nullable": true }, "publicProfileId": { "maxLength": 36, "type": "string", "nullable": true }, "query": { "maxLength": 50, "type": "string", "nullable": true }, "pageIndex": { "maximum": 20, "minimum": 0, "type": "integer", "format": "int32" }, "pageSize": { "maximum": 20, "minimum": 1, "type": "integer", "format": "int32" }, "isPublicTrackProfile": { "type": "boolean" }, "isSignedProfile": { "type": "boolean" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ReportConfigurationItem": { "type": "object", "properties": { "key": { "type": "string", "nullable": true }, "label": { "type": "string", "nullable": true }, "transform": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.ConfigItemTransform" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ShipmentIdentifiersRequest": { "type": "object", "properties": { "query": { "type": "string", "nullable": true }, "startDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "pageSize": { "maximum": 100, "minimum": 1, "type": "integer", "format": "int32" }, "pageIndex": { "maximum": 100, "minimum": 0, "type": "integer", "format": "int32" }, "installationTags": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true }, "actorTags": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true }, "carrierTags": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true }, "dateRangeSource": { "$ref": "#/components/schemas/Consignor.Portal.ShipmentDataApi.Domain.DateRangeSource" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestion": { "type": "object", "properties": { "date": { "type": "string", "nullable": true }, "label": { "type": "string", "nullable": true }, "uuid": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.ShipmentSuggestionQuery": { "type": "object", "properties": { "query": { "type": "string", "nullable": true }, "field": { "type": "string", "nullable": true }, "actor": { "type": "string", "format": "uuid", "nullable": true }, "includeDeleted": { "type": "boolean" }, "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Consignor.Portal.ShipmentDataApi.Domain.StatusUpdateModel": { "type": "object", "properties": { "comments": { "maxLength": 1500, "type": "string", "nullable": true }, "eventType": { "maxLength": 50, "type": "string", "nullable": true }, "date": { "type": "string", "format": "date-time" }, "storageLocation": { "maxLength": 128, "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Metadata.EventConfiguration": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "dateModified": { "type": "string", "format": "date-time" }, "name": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "customCode1": { "type": "string", "nullable": true }, "customCode2": { "type": "string", "nullable": true }, "normalizedStatusUuid": { "type": "integer", "format": "int32" }, "isDeleted": { "type": "boolean" }, "isPublic": { "type": "boolean" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Metadata.MetadataBase`1[System.String]": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Address": { "type": "object", "properties": { "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true }, "name1": { "type": "string", "nullable": true }, "name2": { "type": "string", "nullable": true }, "street1": { "type": "string", "nullable": true }, "street2": { "type": "string", "nullable": true }, "postCode": { "type": "string", "nullable": true }, "city": { "type": "string", "nullable": true }, "poBox": { "type": "string", "nullable": true }, "poPostCode": { "type": "string", "nullable": true }, "poCity": { "type": "string", "nullable": true }, "phone": { "type": "string", "nullable": true }, "mobile": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "attention": { "type": "string", "nullable": true }, "custNo": { "type": "string", "nullable": true }, "fax": { "type": "string", "nullable": true }, "countryCode": { "type": "string", "nullable": true }, "erpRef": { "type": "string", "nullable": true }, "openingHours": { "type": "string", "nullable": true }, "receiverRef": { "type": "string", "nullable": true }, "state": { "type": "string", "nullable": true }, "region": { "type": "string", "nullable": true }, "county": { "type": "string", "nullable": true }, "district": { "type": "string", "nullable": true }, "province": { "type": "string", "nullable": true }, "vatNo": { "type": "string", "nullable": true }, "voecNumber": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.AnonymizationDetails": { "type": "object", "properties": { "userName": { "type": "string", "nullable": true }, "date": { "type": "string", "format": "date-time" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.ArticleData": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "nullable": true }, "createdAt": { "type": "string", "format": "date-time" }, "modifiedAt": { "type": "string", "format": "date-time" }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "productId": { "type": "string", "nullable": true }, "variantId": { "type": "string", "nullable": true }, "skuId": { "type": "string", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "quantityMeasureUnit": { "type": "string", "nullable": true }, "unitPrice": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "vatPrice": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "price": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "unitPriceDiscount": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "value": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "discountType": { "type": "string", "nullable": true }, "vatPercentage": { "type": "number", "format": "double", "nullable": true }, "manufacturer": { "type": "string", "nullable": true }, "returnable": { "type": "boolean" }, "ean": { "type": "string", "nullable": true }, "customsTariffNumber": { "type": "integer", "format": "int32", "nullable": true }, "countryOfOriginCode": { "type": "string", "nullable": true }, "imageUrls": { "type": "array", "items": { "type": "string" }, "nullable": true }, "categories": { "type": "array", "items": { "type": "string" }, "nullable": true }, "attributes": { "type": "object", "additionalProperties": { "type": "string", "nullable": true }, "nullable": true }, "warehouseLocation": { "type": "string", "nullable": true }, "measurements": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Measurements" }, "dangerousGoods": { "type": "boolean" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.BinaryContent": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "dateModified": { "type": "string", "format": "date-time" }, "content": { "type": "string", "format": "byte", "nullable": true }, "contentLength": { "type": "integer", "format": "int32" }, "contentType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.DangerousGoods": { "type": "object", "properties": { "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true }, "goodsLineId": { "type": "integer", "format": "int32" }, "un": { "type": "integer", "format": "int32" }, "name": { "type": "string", "nullable": true }, "shortName": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "class": { "type": "integer", "format": "int32" }, "className": { "type": "string", "nullable": true }, "classification": { "type": "string", "nullable": true }, "packingGroup": { "type": "integer", "format": "int32" }, "packingGroupName": { "type": "string", "nullable": true }, "identificationNo": { "type": "string", "nullable": true }, "count": { "type": "integer", "format": "int32" }, "grossWeight": { "type": "integer", "format": "int32" }, "netWeight": { "type": "integer", "format": "int32" }, "vol": { "type": "integer", "format": "int32" }, "emsNo": { "type": "string", "nullable": true }, "mfagNo": { "type": "string", "nullable": true }, "flashPoint": { "type": "string", "nullable": true }, "stowingCategory": { "type": "string", "nullable": true }, "pageNo": { "type": "string", "nullable": true }, "labels": { "type": "string", "nullable": true }, "packingTypeName": { "type": "string", "nullable": true }, "packingTypeKey": { "type": "string", "nullable": true }, "specialProvisions": { "type": "string", "nullable": true }, "limitedQuantities": { "type": "string", "nullable": true }, "exceptedQuantities": { "type": "string", "nullable": true }, "packingInstructions": { "type": "string", "nullable": true }, "specialPackingProvision": { "type": "string", "nullable": true }, "mixedPackingProvision": { "type": "string", "nullable": true }, "portTankBulkContInstructions": { "type": "string", "nullable": true }, "portTankBulkContSpecialProvisions": { "type": "string", "nullable": true }, "adRtankTankCode": { "type": "string", "nullable": true }, "adRtankSpecialProvision": { "type": "string", "nullable": true }, "vehicle": { "type": "string", "nullable": true }, "transportCategory": { "type": "string", "nullable": true }, "specialProvisionsPackages": { "type": "string", "nullable": true }, "specialProvisionsBulk": { "type": "string", "nullable": true }, "specialProvisionsHandling": { "type": "string", "nullable": true }, "specialProvisionsOperation": { "type": "string", "nullable": true }, "marinePollutant": { "type": "integer", "format": "int32" }, "marinePollutantName": { "type": "string", "nullable": true }, "secondaryClasses": { "type": "string", "nullable": true }, "lqCount": { "type": "integer", "format": "int32" }, "lqGrossWeight": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.DayOpeningHour": { "type": "object", "properties": { "day": { "type": "string", "nullable": true }, "open": { "type": "string", "nullable": true }, "close": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Detail": { "type": "object", "properties": { "order": { "type": "integer", "format": "int32" }, "state": { "type": "integer", "format": "int32" }, "dataType": { "type": "integer", "format": "int32" }, "name": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.DetailRow": { "type": "object", "properties": { "number": { "type": "integer", "format": "int32" }, "lineNumber": { "type": "integer", "format": "int32", "nullable": true }, "details": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Detail" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.DetailsGroup": { "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "order": { "type": "integer", "format": "int32" }, "listing": { "type": "integer", "format": "int32" }, "rows": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.DetailRow" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Document": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "dateModified": { "type": "string", "format": "date-time" }, "dateCreated": { "type": "string", "format": "date-time" }, "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true }, "userName": { "type": "string", "nullable": true }, "fileName": { "type": "string", "nullable": true }, "contentUuid": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.DropPointLocationDetails": { "type": "object", "properties": { "coordinates": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.GpsCoordinates" }, "openingHours": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.DayOpeningHour" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Emission": { "type": "object", "properties": { "source": { "type": "string", "nullable": true }, "modifiedAtUtc": { "type": "string", "format": "date-time" }, "lane": { "type": "string", "nullable": true }, "bracket": { "type": "string", "nullable": true }, "calculationMethod": { "type": "string", "nullable": true }, "favourableCalculation": { "type": "boolean" }, "calculationDetails": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.EmissionCalculationDetails" }, "nullable": true }, "tariffDetails": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.EmissionTariffDetails" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.EmissionCalculationDetails": { "type": "object", "properties": { "unitTypeName": { "type": "string", "nullable": true }, "emissionCost": { "type": "number", "format": "double" }, "emissionFactor": { "type": "number", "format": "double" }, "chargeableWeight": { "type": "number", "format": "double" }, "chargeableWeightType": { "type": "string", "nullable": true }, "distance": { "type": "number", "format": "double" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.EmissionTariffDetails": { "type": "object", "properties": { "tariffTypeName": { "type": "string", "nullable": true }, "tariffName": { "type": "string", "nullable": true }, "lastModifiedUtc": { "type": "string", "format": "date-time" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Event": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "originId": { "type": "integer", "format": "int32" }, "configurationUuid": { "type": "string", "nullable": true }, "configurationName": { "type": "string", "nullable": true }, "normalizedStatusId": { "type": "integer", "format": "int32" }, "normalizedStatusName": { "type": "string", "nullable": true }, "date": { "type": "string", "format": "date-time" }, "weight": { "type": "number", "format": "double", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "length": { "type": "number", "format": "double", "nullable": true }, "width": { "type": "number", "format": "double", "nullable": true }, "volume": { "type": "number", "format": "double", "nullable": true }, "loadMeter": { "type": "number", "format": "double", "nullable": true }, "cityName": { "type": "string", "nullable": true }, "postalCode": { "type": "string", "nullable": true }, "country": { "type": "string", "nullable": true }, "comments": { "type": "string", "nullable": true }, "signatureName": { "type": "string", "nullable": true }, "signatureUuid": { "type": "string", "nullable": true }, "pictureUuid": { "type": "string", "nullable": true }, "operator": { "type": "string", "nullable": true }, "moneyAmounts": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "nullable": true }, "coordinates": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.GpsCoordinates" }, "details": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.EventDetail" }, "nullable": true }, "location": { "type": "string", "nullable": true }, "containerUuid": { "type": "string", "nullable": true }, "containerLabel": { "type": "string", "nullable": true }, "storageLocation": { "type": "string", "nullable": true }, "relations": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Relation" }, "nullable": true }, "addresses": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Address" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.EventDetail": { "type": "object", "properties": { "typeId": { "type": "integer", "format": "int32" }, "description": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true }, "details": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.EventDetail" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.GpsCoordinates": { "type": "object", "properties": { "latitude": { "type": "number", "format": "double" }, "longitude": { "type": "number", "format": "double" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.LatestStatus": { "type": "object", "properties": { "shipmentUuid": { "type": "string", "nullable": true }, "shipmentNumber": { "type": "string", "nullable": true }, "packageUuid": { "type": "string", "nullable": true }, "packageNumber": { "type": "string", "nullable": true }, "moneyAmounts": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "nullable": true }, "measurements": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Measurements" }, "status": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Status" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Line": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "packageHeight": { "type": "number", "format": "double", "nullable": true }, "packageLength": { "type": "number", "format": "double", "nullable": true }, "packageWidth": { "type": "number", "format": "double", "nullable": true }, "loadMeter": { "type": "number", "format": "double", "nullable": true }, "dimensionalWeight": { "type": "number", "format": "double", "nullable": true }, "packageWeight": { "type": "number", "format": "double", "nullable": true }, "packageVolume": { "type": "number", "format": "double", "nullable": true }, "goodsTypeKey1": { "type": "string", "nullable": true }, "goodsTypeKey2": { "type": "string", "nullable": true }, "goodsTypeName": { "type": "string", "nullable": true }, "goodsTypeId": { "type": "integer", "format": "int32" }, "recycleCount": { "type": "integer", "format": "int32" }, "recycleTypeCode": { "type": "string", "nullable": true }, "recycleTypeName": { "type": "string", "nullable": true }, "recycleTypeId": { "type": "integer", "format": "int32" }, "itemNumber": { "type": "integer", "format": "int32" }, "isDeleted": { "type": "boolean" }, "references": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Reference" }, "nullable": true }, "packages": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Package" }, "nullable": true }, "dangerousGoods": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.DangerousGoods" }, "nullable": true }, "moneyAmounts": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Measurements": { "type": "object", "properties": { "length": { "type": "number", "format": "double", "nullable": true }, "width": { "type": "number", "format": "double", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "loadMeter": { "type": "number", "format": "double", "nullable": true }, "volume": { "type": "number", "format": "double", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Message": { "type": "object", "properties": { "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.MoneyAmount": { "type": "object", "properties": { "currencyCode": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double" }, "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true }, "dateCreated": { "type": "string", "format": "date-time" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Package": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "number": { "type": "string", "nullable": true }, "barcode1": { "type": "string", "nullable": true }, "barcode2": { "type": "string", "nullable": true }, "isDeleted": { "type": "boolean" }, "itemNumber": { "type": "integer", "format": "int32" }, "references": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Reference" }, "nullable": true }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Event" }, "nullable": true }, "documents": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Document" }, "nullable": true }, "articles": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ArticleData" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Reference": { "type": "object", "properties": { "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Relation": { "type": "object", "properties": { "type": { "type": "integer", "format": "int32" }, "entityIds": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Service": { "type": "object", "properties": { "typeId": { "type": "integer", "format": "int32" }, "typeName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Shipment": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "dateModified": { "type": "string", "format": "date-time" }, "number": { "type": "string", "nullable": true }, "barcode1": { "type": "string", "nullable": true }, "barcode2": { "type": "string", "nullable": true }, "shipmentType": { "type": "integer", "format": "int32" }, "shipmentTypeName": { "type": "string", "nullable": true }, "installationId": { "type": "string", "nullable": true }, "installation": { "type": "string", "format": "uuid" }, "locationName": { "type": "string", "nullable": true }, "actor": { "type": "string", "format": "uuid" }, "actorName": { "type": "string", "nullable": true }, "carrier": { "type": "string", "format": "uuid" }, "carrierName": { "type": "string", "nullable": true }, "product": { "type": "string", "format": "uuid" }, "productName": { "type": "string", "nullable": true }, "submitDate": { "type": "string", "format": "date-time" }, "pickupDate": { "type": "string", "format": "date-time", "nullable": true }, "isDeleted": { "type": "boolean" }, "height": { "type": "number", "format": "double", "nullable": true }, "length": { "type": "number", "format": "double", "nullable": true }, "width": { "type": "number", "format": "double", "nullable": true }, "loadMeter": { "type": "number", "format": "double", "nullable": true }, "dimensionalWeight": { "type": "number", "format": "double", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "volume": { "type": "number", "format": "double", "nullable": true }, "originPostcode": { "type": "string", "nullable": true }, "originTerminal": { "type": "string", "nullable": true }, "pickupTerminal": { "type": "string", "nullable": true }, "senderAccountAtCarrier": { "type": "string", "nullable": true }, "payerAccountAtCarrier": { "type": "string", "nullable": true }, "senderAccountAtBank": { "type": "string", "nullable": true }, "insuranceGroup": { "type": "integer", "format": "int32" }, "labelsCount": { "type": "integer", "format": "int32" }, "freightBillsCount": { "type": "integer", "format": "int32" }, "searchKey": { "type": "string", "nullable": true }, "orderNumber": { "type": "string", "nullable": true }, "isAnonymized": { "type": "boolean" }, "externalBooked": { "type": "boolean" }, "platformId": { "type": "string", "nullable": true }, "addresses": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Address" }, "nullable": true }, "messages": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Message" }, "nullable": true }, "references": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Reference" }, "nullable": true }, "services": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Service" }, "nullable": true }, "documents": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Document" }, "nullable": true }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Event" }, "nullable": true }, "lines": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Line" }, "nullable": true }, "detailGroups": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.DetailsGroup" }, "nullable": true }, "binaries": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.BinaryContent" }, "nullable": true }, "moneyAmounts": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.MoneyAmount" }, "nullable": true }, "emissions": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Emission" }, "nullable": true }, "articles": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ArticleData" }, "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation": { "type": "object", "properties": { "trackingUrls": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.UrlDescription" }, "nullable": true }, "insuranceClaimUrl": { "type": "string", "nullable": true }, "latestStatuses": { "type": "array", "items": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.LatestStatus" }, "nullable": true }, "deliveryStart": { "type": "string", "format": "date-time", "nullable": true }, "deliveryEnd": { "type": "string", "format": "date-time", "nullable": true }, "anonymizationDetails": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.AnonymizationDetails" }, "dropPoint": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.DropPointLocationDetails" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.ShipmentAggregated": { "type": "object", "properties": { "shipment": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.Shipment" }, "additionalInformation": { "$ref": "#/components/schemas/Consignor.Public.Domain.Models.Operational.ShipmentAdditionalInformation" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.ShipmentIdentifier": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "submitDate": { "type": "string", "format": "date-time" }, "number": { "type": "string", "nullable": true }, "installation": { "type": "string", "format": "uuid" }, "actor": { "type": "string", "format": "uuid" }, "carrier": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.Status": { "type": "object", "properties": { "normalizedStatusId": { "type": "integer", "format": "int32" }, "configurationUuid": { "type": "string", "nullable": true }, "date": { "type": "string", "format": "date-time" }, "normalizedStatusName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Operational.UrlDescription": { "type": "object", "properties": { "text": { "type": "string", "nullable": true }, "url": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Reporting.DailyCountResult": { "type": "object", "properties": { "date": { "type": "string", "format": "date-time" }, "count": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Reporting.PublicSearchReportItem": { "type": "object", "properties": { "uuid": { "type": "string", "nullable": true }, "submitDate": { "type": "string", "format": "date-time" }, "shipmentType": { "type": "integer", "format": "int32" }, "shipmentTypeName": { "type": "string", "nullable": true }, "senderReference": { "type": "string", "nullable": true }, "shipmentNumber": { "type": "string", "nullable": true }, "product": { "type": "string", "nullable": true }, "printDate": { "type": "string", "format": "date-time" }, "currentStatusName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Consignor.Public.Domain.Models.Reporting.TopProductsResult": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "carrierUuid": { "type": "string", "nullable": true }, "productUuid": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Microsoft.AspNetCore.Mvc.ProblemDetails": { "type": "object", "properties": { "type": { "type": "string", "nullable": true }, "title": { "type": "string", "nullable": true }, "status": { "type": "integer", "format": "int32", "nullable": true }, "detail": { "type": "string", "nullable": true }, "instance": { "type": "string", "nullable": true } }, "additionalProperties": { } } }, "securitySchemes": { "bearerAuth": { "type": "http", "scheme": "Bearer", "bearerFormat": "JWT" } } }, "security": [ { "bearerAuth": [ ] } ] }