GET api/v1/SEAStats?bookingOrigin={bookingOrigin}
Retreives all of SEA Stats Optional query param: bookingOrigin=All|WIN|INTTRA
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
bookingOrigin | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "BookingRequests": { "Created": { "ViewAll": 1, "Draft": 2, "Requested": 3, "Amended": 4, "Cancelled": 5, "Declined": 6, "ConditionallyAccepted": 7, "Confirmed": 8 }, "Received": { "ViewAll": 1, "Draft": 2, "Requested": 3, "Amended": 4, "Cancelled": 5, "Declined": 6, "ConditionallyAccepted": 7, "Confirmed": 8 } }, "ShippingInstructions": { "Created": { "ViewAll": 1, "Draft": 2, "Requested": 3, "Amended": 4, "Cancelled": 5, "Declined": 6, "ConditionallyAccepted": 7, "Confirmed": 8 }, "Received": { "ViewAll": 1, "Draft": 2, "Requested": 3, "Amended": 4, "Cancelled": 5, "Declined": 6, "ConditionallyAccepted": 7, "Confirmed": 8 } } }
application/xml, text/xml
Sample:
<SeaStatsDTO> <BookingRequests> <Created> <ViewAll>1</ViewAll> <Draft>2</Draft> <Requested>3</Requested> <Amended>4</Amended> <Cancelled>5</Cancelled> <Declined>6</Declined> <ConditionallyAccepted>7</ConditionallyAccepted> <Confirmed>8</Confirmed> </Created> <Received> <ViewAll>1</ViewAll> <Draft>2</Draft> <Requested>3</Requested> <Amended>4</Amended> <Cancelled>5</Cancelled> <Declined>6</Declined> <ConditionallyAccepted>7</ConditionallyAccepted> <Confirmed>8</Confirmed> </Received> </BookingRequests> <ShippingInstructions> <Created> <ViewAll>1</ViewAll> <Draft>2</Draft> <Requested>3</Requested> <Amended>4</Amended> <Cancelled>5</Cancelled> <Declined>6</Declined> <ConditionallyAccepted>7</ConditionallyAccepted> <Confirmed>8</Confirmed> </Created> <Received> <ViewAll>1</ViewAll> <Draft>2</Draft> <Requested>3</Requested> <Amended>4</Amended> <Cancelled>5</Cancelled> <Declined>6</Declined> <ConditionallyAccepted>7</ConditionallyAccepted> <Confirmed>8</Confirmed> </Received> </ShippingInstructions> </SeaStatsDTO>