Send a Quote
curl --request POST \
--url https://api.seminode.com/v1/quotes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"content": {
"attributes": {
"condition": "<string>",
"custom_attributes": {},
"date_code": "<string>",
"packaging": "<string>"
},
"company": "<string>",
"contact": "<string>",
"errors": {},
"lead_time": 123,
"lead_time_raw": "<string>",
"message": "<string>",
"meta": {},
"qty": 123,
"schema_version": "<string>",
"terms": {
"payment": {
"code": "<string>",
"currency": "<string>"
},
"shipping": {
"incoterm": "<string>",
"place": "<string>"
}
},
"timing": {
"expiry": 123,
"lead_time": "<string>",
"required_date": 123
},
"unit_price": 123
},
"event_id": "<string>",
"event_url": "<string>",
"listing": {
"content": {
"attributes": {
"coo": "<string>",
"currency": "<string>",
"custom": {},
"date_code": "<string>",
"description": "<string>",
"eccn": "<string>",
"lot_no": "<string>",
"moq": 123,
"mpq": 123,
"packaging": "<string>"
},
"batch_id": "<string>",
"company": "<string>",
"contact": {
"methods": [
"<string>"
],
"reply_url": "<string>"
},
"encrypted": {
"ciphertext": "<string>",
"payload": {}
},
"errors": {},
"image_url": "<string>",
"internal_no": "<string>",
"material_no": "<string>",
"mfr": "<string>",
"qty": 123,
"timing": {
"expiry": 123,
"lead_time": "<string>",
"lead_time_int": 123,
"required_date": 123
},
"type": "<string>",
"unit_price": 123
},
"created_at": "<string>",
"id": "<string>",
"kind": 123,
"public_key": "<string>",
"recipient_public_key": "<string>",
"reply_url": "<string>",
"root_id": "<string>",
"sig": "<string>",
"tags": [
[
"<string>"
]
],
"thread_id": "<string>",
"url": "<string>"
},
"public_key": "<string>",
"recipient_public_key": "<string>",
"reply_url": "<string>",
"root_id": "<string>",
"tags": [
[
"<string>"
]
]
}
'{
"detail": "<string>"
}Quotes
Send a Quote
Sends a quote to the counter-party’s inbox. Quotes must be in response to a Listing, or another Quote where you are not the author.
POST
/
quotes
Send a Quote
curl --request POST \
--url https://api.seminode.com/v1/quotes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"content": {
"attributes": {
"condition": "<string>",
"custom_attributes": {},
"date_code": "<string>",
"packaging": "<string>"
},
"company": "<string>",
"contact": "<string>",
"errors": {},
"lead_time": 123,
"lead_time_raw": "<string>",
"message": "<string>",
"meta": {},
"qty": 123,
"schema_version": "<string>",
"terms": {
"payment": {
"code": "<string>",
"currency": "<string>"
},
"shipping": {
"incoterm": "<string>",
"place": "<string>"
}
},
"timing": {
"expiry": 123,
"lead_time": "<string>",
"required_date": 123
},
"unit_price": 123
},
"event_id": "<string>",
"event_url": "<string>",
"listing": {
"content": {
"attributes": {
"coo": "<string>",
"currency": "<string>",
"custom": {},
"date_code": "<string>",
"description": "<string>",
"eccn": "<string>",
"lot_no": "<string>",
"moq": 123,
"mpq": 123,
"packaging": "<string>"
},
"batch_id": "<string>",
"company": "<string>",
"contact": {
"methods": [
"<string>"
],
"reply_url": "<string>"
},
"encrypted": {
"ciphertext": "<string>",
"payload": {}
},
"errors": {},
"image_url": "<string>",
"internal_no": "<string>",
"material_no": "<string>",
"mfr": "<string>",
"qty": 123,
"timing": {
"expiry": 123,
"lead_time": "<string>",
"lead_time_int": 123,
"required_date": 123
},
"type": "<string>",
"unit_price": 123
},
"created_at": "<string>",
"id": "<string>",
"kind": 123,
"public_key": "<string>",
"recipient_public_key": "<string>",
"reply_url": "<string>",
"root_id": "<string>",
"sig": "<string>",
"tags": [
[
"<string>"
]
],
"thread_id": "<string>",
"url": "<string>"
},
"public_key": "<string>",
"recipient_public_key": "<string>",
"reply_url": "<string>",
"root_id": "<string>",
"tags": [
[
"<string>"
]
]
}
'{
"detail": "<string>"
}Authorizations
BearerAuthLoginAuth
Format: "Bearer <access_token>"
Body
application/json
Quote payload
Show child attributes
Show child attributes
Always included on requests
Show child attributes
Show child attributes
The author of the event we are replying to
The original recipient of the event we are replying to (me)
Their reply url
Response
quote sent
Was this page helpful?
⌘I

