Order Management
ShipServ's Monitoring API gives Buyers and Suppliers a simple way to get real time status updates on your documents with advance filtering options, directly to your system or incorporate the data in your reporting tools
Use cases
As a Buyer or a Supplier, you will be able to perform the following activities directly from your system:
-
Get a list of Documents (paged)
-
Get real time status updates of your documents
-
Get all linked documents
-
Search for details based on partial or exact match
-
Sort details
-
Get counts of documents
-
Use advance filtering option to narrow down the results based on the following criteria's:
-
By date range.
-
Based on amounts.
-
Status
-
Document Type
-
Invoicing
ShipServ's Monitoring API gives Buyers and Suppliers a simple way to get real time status updates on your documents with advance filtering options, directly to your system or incorporate the data in your reporting tools
Use cases
As a Buyer or a Supplier, you will be able to perform the following activities directly from your system:
-
Get a list of Documents (paged)
-
Get real time status updates of your documents
-
Get all linked documents
-
Search for details based on partial or exact match
-
Sort details
-
Get counts of documents
-
Use advance filtering option to narrow down the results based on the following criteria's:
-
By date range.
-
Based on amounts.
-
Status
-
Document Type
-
API Reference
Whether you want to know how to perform a request or what attributes you can look for, we have a more detailed page for you to read. Please click here.
GET a list of Order Management transaction
As a Supplier or a Buyer you can GET a list of Order Management transactions by applying filters etc to your query to get the desired results.
Here is an example using curl to GET all my Unactioned Request for Quotes
Using curl
curl --location --request GET 'https://api.shipservlabs.com/monitoring/order-management?pageSize=20&pageNumber=1&type=RequestForQuote&status=Unactioned' \
--header 'Authorization: Bearer PUbxhFAsfWWkdScpB2ruYyRGv7AJc0cw'
You should receive a response as below:
{
"content": [
{
"id": "dec7e57d-a88f-491e-972f-e7f7b09ed80e",
"type": "RequestForQuote",
"priority": "High",
"subject": "TESTING NEW ORDER MANAGEMENT 0002",
"referenceNumber": "ORD_MGT_TEST_DEV_0002",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": null,
"totalCost": null,
"status": "Unactioned",
"adviceBeforeDate": null,
"attachmentCount": 0,
"currencyCode": null,
"deliveryPortName": null,
"requestedDeliveryDate": null,
"quoteExpiryDate": null,
"invoceId": null,
"invoiceReferenceNumber": null,
"purchaseOrderId": null,
"purchaseOrderReferenceNumber": null,
"quoteId": null,
"quoteReferenceNumber": null,
"requestForQuoteId": null,
"requestForQuoteReferenceNumber": null,
"submittedDate": "2021-02-10T08:51:19+00:00",
"transactionId": "7550bd10-c77d-4e8e-907a-d7b1e9d0ea6e",
"vesselImoNumber": null,
"vesselName": null,
"links": {
"trade": "https://trade.shipservlabs.com/transaction/7550bd10-c77d-4e8e-907a-d7b1e9d0ea6e/document/dec7e57d-a88f-491e-972f-e7f7b09ed80e/headers?parent=rfqs"
}
},
{
"id": "206c89c7-f264-4016-814a-5808c6005b08",
"type": "RequestForQuote",
"priority": "Medium",
"subject": "TESTING NEW ORDER MANAGEMENT 0001",
"referenceNumber": "ORD_MGT_TEST_DEV_0001",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": null,
"totalCost": null,
"status": "Unactioned",
"adviceBeforeDate": null,
"attachmentCount": 0,
"currencyCode": null,
"deliveryPortName": null,
"requestedDeliveryDate": null,
"quoteExpiryDate": null,
"invoceId": null,
"invoiceReferenceNumber": null,
"purchaseOrderId": null,
"purchaseOrderReferenceNumber": null,
"quoteId": null,
"quoteReferenceNumber": null,
"requestForQuoteId": null,
"requestForQuoteReferenceNumber": null,
"submittedDate": "2021-02-09T10:37:32+00:00",
"transactionId": "aacc9523-e222-414e-9c46-7c0e37076563",
"vesselImoNumber": null,
"vesselName": null,
"links": {
"trade": "https://trade.shipservlabs.com/transaction/aacc9523-e222-414e-9c46-7c0e37076563/document/206c89c7-f264-4016-814a-5808c6005b08/headers?parent=rfqs"
}
},
{
"id": "da48be80-7ca5-400b-a27b-840f617d3aa7",
"type": "RequestForQuote",
"priority": "Medium",
"subject": "TESTING NEW ORDER MANAGEMENT 0001 W/ATT",
"referenceNumber": "ORD_MGT_TEST_DEV_0001",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": null,
"totalCost": null,
"status": "Unactioned",
"adviceBeforeDate": null,
"attachmentCount": 0,
"currencyCode": null,
"deliveryPortName": null,
"requestedDeliveryDate": null,
"quoteExpiryDate": null,
"invoceId": null,
"invoiceReferenceNumber": null,
"purchaseOrderId": null,
"purchaseOrderReferenceNumber": null,
"quoteId": null,
"quoteReferenceNumber": null,
"requestForQuoteId": null,
"requestForQuoteReferenceNumber": null,
"submittedDate": "2021-02-09T10:57:23+00:00",
"transactionId": "279392b9-b7b2-45f4-972f-82f979454cb8",
"vesselImoNumber": null,
"vesselName": null,
"links": {
"trade": "https://trade.shipservlabs.com/transaction/279392b9-b7b2-45f4-972f-82f979454cb8/document/da48be80-7ca5-400b-a27b-840f617d3aa7/headers?parent=rfqs"
}
},
{
"id": "2de08e79-ff4f-40bb-9ba2-b8bebbff9a70",
"type": "RequestForQuote",
"priority": "Medium",
"subject": "TESTING NEW ORDER MANAGEMENT 0001 W/ATT",
"referenceNumber": "ORD_MGT_TEST_DEV_0001",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": null,
"totalCost": null,
"status": "Unactioned",
"adviceBeforeDate": null,
"attachmentCount": 1,
"currencyCode": null,
"deliveryPortName": null,
"requestedDeliveryDate": null,
"quoteExpiryDate": null,
"invoceId": null,
"invoiceReferenceNumber": null,
"purchaseOrderId": null,
"purchaseOrderReferenceNumber": null,
"quoteId": null,
"quoteReferenceNumber": null,
"requestForQuoteId": null,
"requestForQuoteReferenceNumber": null,
"submittedDate": "2021-02-09T11:20:31+00:00",
"transactionId": "93eb9ecb-1c06-47de-8753-f997796d7a60",
"vesselImoNumber": null,
"vesselName": null,
"links": {
"trade": "https://trade.shipservlabs.com/transaction/93eb9ecb-1c06-47de-8753-f997796d7a60/document/2de08e79-ff4f-40bb-9ba2-b8bebbff9a70/headers?parent=rfqs"
}
}
],
"counts": {
"type": [
{
"value": "RFQ",
"count": 4
}
],
"buyerTnId": [
{
"value": 100004,
"count": 4
}
],
"buyerName": [
{
"value": "Aus API Test Buyer",
"count": 4
}
],
"supplierTnId": [
{
"value": 300371,
"count": 4
}
],
"supplierName": [],
"status": [
{
"value": "Unactioned",
"count": 4
}
],
"vesselImo": [],
"vesselName": []
},
"pageNumber": 1,
"pageSize": 20,
"numberOfElements": 4,
"totalElements": 4,
"totalPages": 1
}
GET a list of Invoices and Credit Notes
As a Supplier or a Buyer you can GET a list of Invoices and Credit Notes s by applying filters etc to your query to get the desired results.
Here is an example using curl to GET all my Invoices
Using curl
curl --location --request GET 'https://test.shipserv.com/api/monitoring/invoicing?type=credit-notes' \
--header 'Authorization: Bearer PUbxhFAsfWWkdScpB2ruYyRGv7AJc0cw'
You should get a response as below:
{
"content": [
{
"id": "60471bd95cbe371c3b7bfd59",
"referenceNumber": "ORD_REF_TESTING_003_CN_ABC",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60471bd95cbe371c3b7bfd59"
}
},
{
"id": "60474b095cbe371c3b7c384c",
"referenceNumber": "ORD_REF_TESTING_003_CN_ABCDEF",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60474b095cbe371c3b7c384c"
}
},
{
"id": "604784ad5cbe371c3b7c8376",
"referenceNumber": "CREDITNOTE TEST 01334333",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604784ad5cbe371c3b7c8376"
}
},
{
"id": "60474cd65cbe371c3b7c3a82",
"referenceNumber": "ORD_REF_TESTING_003_CN_ABCDEFGH",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60474cd65cbe371c3b7c3a82"
}
},
{
"id": "604784445cbe371c3b7c82ad",
"referenceNumber": "CREDITNOTE TEST 0133",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604784445cbe371c3b7c82ad"
}
},
{
"id": "604784125cbe371c3b7c8256",
"referenceNumber": "CREDITNOTE TEST 0123",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604784125cbe371c3b7c8256"
}
},
{
"id": "604783e25cbe371c3b7c8211",
"referenceNumber": "CREDITNOTE TEST 03",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604783e25cbe371c3b7c8211"
}
},
{
"id": "6047837d5cbe371c3b7c8179",
"referenceNumber": "CREDITNOTE TEST 05",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/6047837d5cbe371c3b7c8179"
}
},
{
"id": "60477e3e175ef300091db766",
"referenceNumber": "CREDITNOTEUNIQUE",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 200.0,
"status": "Sent",
"issueDate": "2021-03-09T13:55:10+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": " ORD_REF_TESTING_002_INV",
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Invoice cancellation",
"reason": "Company closure",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60477e3e175ef300091db766"
}
},
{
"id": "6047835a5cbe371c3b7c812e",
"referenceNumber": "CREDITNOTE TEST 04",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/6047835a5cbe371c3b7c812e"
}
},
{
"id": "6047839c5cbe371c3b7c81b2",
"referenceNumber": "CREDITNOTEUNIQUE006",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 200.0,
"status": "Sent",
"issueDate": "2021-03-09T13:55:10+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": " ORD_REF_TESTING_002_INV",
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Invoice cancellation",
"reason": "Company closure",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/6047839c5cbe371c3b7c81b2"
}
},
{
"id": "6047831d5cbe371c3b7c80d7",
"referenceNumber": "CREDITNOTEUNIQUE004",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 200.0,
"status": "Sent",
"issueDate": "2021-03-09T13:55:10+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": " ORD_REF_TESTING_002_INV",
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Invoice cancellation",
"reason": "Company closure",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/6047831d5cbe371c3b7c80d7"
}
},
{
"id": "604780d55cbe371c3b7c7d86",
"referenceNumber": "CREDITNOTEUNIQUE002",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 200.0,
"status": "Sent",
"issueDate": "2021-03-09T13:55:10+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": " ORD_REF_TESTING_002_INV",
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Invoice cancellation",
"reason": "Company closure",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604780d55cbe371c3b7c7d86"
}
},
{
"id": "604718335cbe371c3b7bf898",
"referenceNumber": "ORD_REF_TESTING_003_CN_AB",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604718335cbe371c3b7bf898"
}
},
{
"id": "60471e375cbe371c3b7c0060",
"referenceNumber": "ORD_REF_TESTING_003_CN_ABCD",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60471e375cbe371c3b7c0060"
}
},
{
"id": "60474c1e5cbe371c3b7c39a7",
"referenceNumber": "ORD_REF_TESTING_003_CN_ABCDEFG",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60474c1e5cbe371c3b7c39a7"
}
},
{
"id": "604775925cbe371c3b7c6eb9",
"referenceNumber": "CREDITNOTE TEST 01",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604775925cbe371c3b7c6eb9"
}
},
{
"id": "604779fb5cbe371c3b7c74c8",
"referenceNumber": "CREDITNOTE TEST 02",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": null,
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604779fb5cbe371c3b7c74c8"
}
},
{
"id": "60470f2a5cbe371c3b7bee31",
"referenceNumber": "ORD_REF_TESTING_003_CN_A",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": null,
"reason": null,
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/60470f2a5cbe371c3b7bee31"
}
},
{
"id": "604750865cbe371c3b7c3ee9",
"referenceNumber": "ORD_REF_TESTING_003_CN_ABCDEFGHI",
"buyerTnId": 100004,
"buyerName": "Aus API Test Buyer",
"supplierTnId": 300371,
"supplierName": "Aus API test Supplier",
"totalCost": 260.0,
"status": "Sent",
"issueDate": "2021-03-04T09:48:26+00:00",
"dueDate": null,
"currencyCode": "USD",
"invoiceReferenceNumber": null,
"creditNoteId": null,
"creditNoteReferenceNumber": null,
"purchaseOrderReferenceNumber": "ORD_REF_TESTING_001",
"purchaseOrderSubject": null,
"purchaseOrderConfirmationReferenceNumber": " ORD_REF_TESTING_001_POC",
"purchaseOrderConfirmationSubject": "ORDER TESTING 001",
"vesselImoNumber": "1234567",
"vesselName": "Test Vessel Name",
"purpose": "Partial invoice cancellation",
"reason": "Order replacement",
"exported": false,
"exportedDate": null,
"links": {
"trade": "https://trade.shipservlabs.com/credit_note/604750865cbe371c3b7c3ee9"
}
}
],
"counts": {
"buyerTnId": [
{
"value": 100004,
"count": 31
}
],
"buyerName": [
{
"value": "Aus API Test Buyer",
"count": 31
}
],
"supplierTnId": [
{
"value": 300371,
"count": 31
}
],
"supplierName": [
{
"value": "Aus API test Supplier",
"count": 31
}
],
"status": [
{
"value": "Sent",
"count": 31
}
],
"vesselImo": [
{
"value": "1234567",
"count": 31
}
],
"vesselName": [
{
"value": "Test Vessel Name",
"count": 31
}
]
},
"pageNumber": 1,
"pageSize": 20,
"numberOfElements": 20,
"totalElements": 31,
"totalPages": 2
}