Getting Started
- Overview
- Quick Start
- API Concepts
Documents
- Receiving
- Sending
Guides
Endpoints
- Incoming Transactions
- Outgoing Transactions
- All Transactions
- Tasks
- Misc
Send Transaction
Create and send a new transaction to one of your trade partners.
curl --request POST \
--url https://api.procuros.io/v2/transactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ORDER",
"content": {
"header": {
"buyer": {
"name": "ACME Co. Ltd.",
"identifiers": [
{
"identifier": "1100001016310",
"domain": "GS1"
}
],
"postalAddress": {
"city": "Berlin",
"countryCode": "DE",
"name": "ACME Co. Ltd.",
"postalCode": "82643",
"street": "Elroy-Fritsch-Ring 15"
},
"contacts": [
{
"firstName": "Jane",
"lastName": "Doe",
"email": "[email protected]",
"fax": "(818) 463-6124",
"phone": "+1.352.856.0626"
}
]
},
"supplier": {
"name": "Testsupplier",
"identifiers": [
{
"identifier": "1100001016312",
"domain": "GS1"
}
]
},
"shipTo": {
"identifiers": [
{
"identifier": "1100001016313",
"domain": "GS1"
}
]
},
"billTo": {
"identifiers": [
{
"identifier": "1100001016314",
"domain": "GS1"
}
]
},
"orderIdentifier": "PO9383-R45",
"orderDate": "2021-09-30",
"currency": "EUR",
"requestedDeliveryDate": "2021-10-05"
},
"items": [
{
"lineNumber": 1,
"identifiers": [
{
"identifier": "4300348765432",
"domain": "GS1"
},
{
"identifier": "PROD-77-LS",
"domain": "BUYER"
},
{
"identifier": "sp_gr_8",
"domain": "SUPPLIER"
}
],
"isDepositItem": false,
"quantity": 20,
"unitOfMeasure": "EA",
"description": "First product description.",
"unitPrice": 0.15
},
{
"lineNumber": 2,
"identifiers": [
{
"identifier": "4300348765433",
"domain": "GS1"
},
{
"identifier": "PROD-78-LS",
"domain": "BUYER"
},
{
"identifier": "sp_gr_9",
"domain": "SUPPLIER"
}
],
"isDepositItem": false,
"quantity": 19,
"unitOfMeasure": "EA",
"description": "Second product description.",
"unitPrice": 1.5
}
]
}
}'
{
"procurosTransactionId": "949b2f25-fd9d-4c58-8899-b4dc277f8cf9"
}
Authorizations
The API Token of your ERP Connection.
Body
Type of transaction.
ORDER
, ORDER_RESPONSE
, SHIPPING_NOTICE
, INVOICE
, CREDIT_NOTE
, DISPATCH_INSTRUCTION
, DISPATCH_INSTRUCTION_RESPONSE
, RECEIVAL_NOTICE
, REMITTANCE_ADVICE
, PRODUCT_CATALOG
A purchase order is a formal request from a buying organization to a supplier to fulfill a contract.
Party identifier within the "domain" such as GLN on GS1 domain, DUNS number on DUNS domain, etc.
"1100001016310"
Identification system the identifier belongs to.
GS1
, DUNS
, VAT_DE
, FED_TAX
, SENDER_INTERNAL
, RECEIVER_INTERNAL
Mandatory if the deprecated "name" attribute on the "PostalAddress" object is omitted.
Depending on the transaction different properties are required. Only on an invoice a full address is required.
Use the "name" attribute on the "Party" object instead.
"ACME Germany GmbH - Außenstelle Hamburg"
"Sternstrasse 23"
"E4"
"Hamburg"
"21571"
"HH"
ISO 3166-1 standard two-letter country code.
2
"DE"
"Prof. Dr."
"Frau"
"Atikin"
"Iar"
"+491763021548"
"+447881561299"
"+491763021548-11"
"Purchasing"
Party identifier within the "domain" such as GLN on GS1 domain, DUNS number on DUNS domain, etc.
"1100001016310"
Identification system the identifier belongs to.
GS1
, DUNS
, VAT_DE
, FED_TAX
, SENDER_INTERNAL
, RECEIVER_INTERNAL
Mandatory if the deprecated "name" attribute on the "PostalAddress" object is omitted.
Depending on the transaction different properties are required. Only on an invoice a full address is required.
Use the "name" attribute on the "Party" object instead.
"ACME Germany GmbH - Außenstelle Hamburg"
"Sternstrasse 23"
"E4"
"Hamburg"
"21571"
"HH"
ISO 3166-1 standard two-letter country code.
2
"DE"
"Prof. Dr."
"Frau"
"Atikin"
"Iar"
"+491763021548"
"+447881561299"
"+491763021548-11"
"Purchasing"
Order number assigned to this purchase order by the buyer.
"PO9383-R45"
"2021-10-23T00:00:00.000000Z"
If this is kept empty, the "buyer" is used as the "shipTo" party.
Party identifier within the "domain" such as GLN on GS1 domain, DUNS number on DUNS domain, etc.
"1100001016310"
Identification system the identifier belongs to.
GS1
, DUNS
, VAT_DE
, FED_TAX
, SENDER_INTERNAL
, RECEIVER_INTERNAL
Mandatory if the deprecated "name" attribute on the "PostalAddress" object is omitted.
Depending on the transaction different properties are required. Only on an invoice a full address is required.
Use the "name" attribute on the "Party" object instead.
"ACME Germany GmbH - Außenstelle Hamburg"
"Sternstrasse 23"
"E4"
"Hamburg"
"21571"
"HH"
ISO 3166-1 standard two-letter country code.
2
"DE"
"Prof. Dr."
"Frau"
"Atikin"
"Iar"
"+491763021548"
"+447881561299"
"+491763021548-11"
"Purchasing"
If this is kept empty, the "buyer" is used as the "billTo" party.
Party identifier within the "domain" such as GLN on GS1 domain, DUNS number on DUNS domain, etc.
"1100001016310"
Identification system the identifier belongs to.
GS1
, DUNS
, VAT_DE
, FED_TAX
, SENDER_INTERNAL
, RECEIVER_INTERNAL
Mandatory if the deprecated "name" attribute on the "PostalAddress" object is omitted.
Depending on the transaction different properties are required. Only on an invoice a full address is required.
Use the "name" attribute on the "Party" object instead.
"ACME Germany GmbH - Außenstelle Hamburg"
"Sternstrasse 23"
"E4"
"Hamburg"
"21571"
"HH"
ISO 3166-1 standard two-letter country code.
2
"DE"
"Prof. Dr."
"Frau"
"Atikin"
"Iar"
"+491763021548"
"+447881561299"
"+491763021548-11"
"Purchasing"
Used in case the shipTo is not the final recipient. Mostly used in dropshipping or cross-docking scenarios.
Party identifier within the "domain" such as GLN on GS1 domain, DUNS number on DUNS domain, etc.
"1100001016310"
Identification system the identifier belongs to.
GS1
, DUNS
, VAT_DE
, FED_TAX
, SENDER_INTERNAL
, RECEIVER_INTERNAL
Mandatory if the deprecated "name" attribute on the "PostalAddress" object is omitted.
Depending on the transaction different properties are required. Only on an invoice a full address is required.
Use the "name" attribute on the "Party" object instead.
"ACME Germany GmbH - Außenstelle Hamburg"
"Sternstrasse 23"
"E4"
"Hamburg"
"21571"
"HH"
ISO 3166-1 standard two-letter country code.
2
"DE"
"Prof. Dr."
"Frau"
"Atikin"
"Iar"
"+491763021548"
"+447881561299"
"+491763021548-11"
"Purchasing"
Type of the order as assigned by sender.
"2021-10-23T00:00:00.000000Z"
ISO 4217 standard three-letter currency code.
"EUR"
Arbitrary human-readable information buyers can send within purchase orders
100000
Delivery information for the order.
100000
Promotion code applied to the entire order.
255
Contract reference for the order.
255
The document version number. Subsequent updates should increment this number by 1.
LineNumber attribute may remain constant for any item through updates to the order, therefor lineNumbers may not be consecutive.
1
There must be at least one identifier with domain GS1
or BUYER
.
Party identifier within the 'domain' such as EAN/GTIN on GS1 domain, buyer's internal SKU on BUYER domain, etc.
"43000000000011"
Identification system the identifier belongs to.
GS1
, BUYER
, SUPPLIER
If true, the item is a deposit item such as bottle deposit (German: Pfandartikel).
Defaults to 1.
2
Subset of the the UN/CEFACT Unit of Measure Common Codes.
EA
, GRM
, HUR
, KGM
, LTR
, MLT
, MTK
, MTR
, PCK
, SET
, CS
, CA
, DAY
, WEE
, MON
, CT
, CQ
, CU
, BJ
, BO
, MTQ
, PF
, BG
, RO
, TNE
, BE
, CMT
, KMT
, PR
, TU
4.75
5.25
Promotion code applied to this item.
255
Contract reference for this item.
255
"2021-10-23T00:00:00.000000Z"
"2021-10-23T00:00:00.000000Z"
"2021-10-23T00:00:00.000000Z"
Delivery grace period in days.
Minimum remaining shelf life in days.
Net weight of the item in grams.
Gross weight of the item in grams.
ISO 3166-1 alpha-2 country code.
Color code of the item.
Color name of the item.
Size of the item.
Dimension of the item.
Harmonized System Code of the item.
Organic Control Point Number of the supplier - OCPN is a unique identifier that verifies that a producer of organic products is adhering to the standards for organic production.
255
An FSC number refers to an identification number issued by the Forest Stewardship Council (FSC), an international organization that certifies sustainable forestry practices.
Response
Unique ID assigned to every transaction on the Procuros Network.
"949b2f25-fd9d-4c58-8899-b4dc277f8cf9"
Was this page helpful?
curl --request POST \
--url https://api.procuros.io/v2/transactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ORDER",
"content": {
"header": {
"buyer": {
"name": "ACME Co. Ltd.",
"identifiers": [
{
"identifier": "1100001016310",
"domain": "GS1"
}
],
"postalAddress": {
"city": "Berlin",
"countryCode": "DE",
"name": "ACME Co. Ltd.",
"postalCode": "82643",
"street": "Elroy-Fritsch-Ring 15"
},
"contacts": [
{
"firstName": "Jane",
"lastName": "Doe",
"email": "[email protected]",
"fax": "(818) 463-6124",
"phone": "+1.352.856.0626"
}
]
},
"supplier": {
"name": "Testsupplier",
"identifiers": [
{
"identifier": "1100001016312",
"domain": "GS1"
}
]
},
"shipTo": {
"identifiers": [
{
"identifier": "1100001016313",
"domain": "GS1"
}
]
},
"billTo": {
"identifiers": [
{
"identifier": "1100001016314",
"domain": "GS1"
}
]
},
"orderIdentifier": "PO9383-R45",
"orderDate": "2021-09-30",
"currency": "EUR",
"requestedDeliveryDate": "2021-10-05"
},
"items": [
{
"lineNumber": 1,
"identifiers": [
{
"identifier": "4300348765432",
"domain": "GS1"
},
{
"identifier": "PROD-77-LS",
"domain": "BUYER"
},
{
"identifier": "sp_gr_8",
"domain": "SUPPLIER"
}
],
"isDepositItem": false,
"quantity": 20,
"unitOfMeasure": "EA",
"description": "First product description.",
"unitPrice": 0.15
},
{
"lineNumber": 2,
"identifiers": [
{
"identifier": "4300348765433",
"domain": "GS1"
},
{
"identifier": "PROD-78-LS",
"domain": "BUYER"
},
{
"identifier": "sp_gr_9",
"domain": "SUPPLIER"
}
],
"isDepositItem": false,
"quantity": 19,
"unitOfMeasure": "EA",
"description": "Second product description.",
"unitPrice": 1.5
}
]
}
}'
{
"procurosTransactionId": "949b2f25-fd9d-4c58-8899-b4dc277f8cf9"
}