/store-orders-post-one¶
Summary¶
Source repository:
jef-systems/jef-store-backendSource SHA:
db30c43afdd1f6d3c445eb63c29f917771b95c97Source run id:
29187149032Lambda function:
jef-store-orders-post-oneHTTP method:
POSTAPI path:
/store-orders-post-oneCloudflare path:
/store/async-post/store-orders-post-oneEndpoint URL:
https://api.jefoffice.com/store/async-post/store-orders-post-oneCloudflare base URL:
https://api.jefoffice.com/store/async-postCloudflare parent path:
/storeCloudflare scope:
async-postCloudflare scope path:
/store/async-postCloudflare mode:
one-worker-for-lambda-async-postCloudflare Worker:
jef-store-lambda-async-postCloudflare Worker route:
api.jefoffice.com/store/async-post/\*Payload mode:
json-body
Description¶
|
jef-store-orders-post-one Logical ID: jef-store:jef-store-orders:post-one Order Number: 001 |
|
jef-store |
|
post-one |
|
POST |
|
ASYNC |
|
/store-orders-post-one Endpoint Name: jef-store-orders-post-one |
|
jef-store-orders |
|
order_number |
API Gateway Response¶
|
202 |
|
Request accepted for asynchronous processing. |
Payload Example¶
|
acc7db3f-4347-4c38-ae9e-5b53c4281662 |
|
032eb3aa-366b-4e3b-82cc-e8209e9c7403 |
|
value-001 |
|
True |
|
2026-07-12T09:14:12Z |
|
2026-07-12T09:14:12Z |
|
value-001 |
|
value-001 |
|
value-001 |
|
value-001 |
|
value-001 |
|
2026-07-12T09:14:12Z |
|
07ed09af-8e80-418b-8662-eaa75a6b5942 |
|
Sample Name |
|
value-001 |
|
value-001 |
|
value-001 |
|
value-001 |
|
Sample Name |
|
value-001 |
|
value-001 |
|
True |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
True |
|
2026-07-12T09:14:12Z |
|
2026-07-12T09:14:12Z |
|
value-001 |
|
1 |
|
1 |
Payload Schema¶
{
"type": "object",
"additionalProperties": "False",
"payload_mode": "flat",
"allow_children_wrapper": "False",
"children_wrapper_field": "",
"allow_batch": "False",
"table": "jef-store-orders",
"primary_key": "order_number",
"required[0]": "entity_number",
"required[1]": "source",
"required[2]": "paid_at",
"required[3]": "status",
"required[4]": "payment_status",
"required[5]": "payment_method",
"required[6]": "payment_reference",
"required[7]": "receipt_mode",
"required[8]": "receipt_printed_at",
"required[9]": "customer_number",
"required[10]": "customer_name",
"required[11]": "customer_phone",
"required[12]": "customer_email",
"required[13]": "delivery_mode",
"required[14]": "full_address",
"required[15]": "branch_pickup_name",
"required[16]": "delivery_instructions",
"required[17]": "internal_note",
"required[18]": "call_before_delivery",
"required[19]": "subtotal",
"required[20]": "shipping_fee",
"required[21]": "discount",
"required[22]": "grand_total",
"required[23]": "amount_paid",
"required[24]": "total_quantity",
"required[25]": "is_deleted",
"required[26]": "deleted_at",
"required[27]": "idempotency_key",
"required[28]": "schema_version",
"required[29]": "version",
"properties.entity_number.field": "entity_number",
"properties.entity_number.type": "S",
"properties.entity_number.required": "True",
"properties.entity_number.source_required": "True",
"properties.entity_number.server_generated": "True",
"properties.entity_number.autogenerated": "False",
"properties.entity_number.frontend_autocomputed": "False",
"properties.entity_number.format": "uuidv4",
"properties.entity_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.order_number.field": "order_number",
"properties.order_number.type": "S",
"properties.order_number.required": "False",
"properties.order_number.source_required": "True",
"properties.order_number.server_generated": "True",
"properties.order_number.autogenerated": "False",
"properties.order_number.frontend_autocomputed": "False",
"properties.order_number.format": "uuidv4",
"properties.order_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.source.field": "source",
"properties.source.type": "S",
"properties.source.required": "True",
"properties.source.source_required": "True",
"properties.source.server_generated": "False",
"properties.source.autogenerated": "False",
"properties.source.frontend_autocomputed": "False",
"properties.source.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"properties.is_active.field": "is_active",
"properties.is_active.type": "BOOL",
"properties.is_active.required": "False",
"properties.is_active.source_required": "True",
"properties.is_active.server_generated": "True",
"properties.is_active.autogenerated": "False",
"properties.is_active.frontend_autocomputed": "False",
"properties.is_active.regex": "^(true|false)$",
"properties.created.field": "created",
"properties.created.type": "S",
"properties.created.required": "False",
"properties.created.source_required": "True",
"properties.created.server_generated": "True",
"properties.created.autogenerated": "False",
"properties.created.frontend_autocomputed": "False",
"properties.created.format": "iso8601",
"properties.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.paid_at.field": "paid_at",
"properties.paid_at.type": "S",
"properties.paid_at.required": "True",
"properties.paid_at.source_required": "True",
"properties.paid_at.server_generated": "True",
"properties.paid_at.autogenerated": "False",
"properties.paid_at.frontend_autocomputed": "False",
"properties.paid_at.format": "iso8601",
"properties.paid_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.status.field": "status",
"properties.status.type": "S",
"properties.status.required": "True",
"properties.status.source_required": "True",
"properties.status.server_generated": "False",
"properties.status.autogenerated": "False",
"properties.status.frontend_autocomputed": "False",
"properties.status.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"properties.payment_status.field": "payment_status",
"properties.payment_status.type": "S",
"properties.payment_status.required": "True",
"properties.payment_status.source_required": "True",
"properties.payment_status.server_generated": "False",
"properties.payment_status.autogenerated": "False",
"properties.payment_status.frontend_autocomputed": "False",
"properties.payment_status.regex": "^[A-Za-z0-9_-]{1,64}$",
"properties.payment_method.field": "payment_method",
"properties.payment_method.type": "S",
"properties.payment_method.required": "True",
"properties.payment_method.source_required": "True",
"properties.payment_method.server_generated": "False",
"properties.payment_method.autogenerated": "False",
"properties.payment_method.frontend_autocomputed": "False",
"properties.payment_method.regex": "^[A-Za-z0-9_-]{1,64}$",
"properties.payment_reference.field": "payment_reference",
"properties.payment_reference.type": "S",
"properties.payment_reference.required": "True",
"properties.payment_reference.source_required": "True",
"properties.payment_reference.server_generated": "False",
"properties.payment_reference.autogenerated": "False",
"properties.payment_reference.frontend_autocomputed": "False",
"properties.payment_reference.regex": "^[A-Za-z0-9_-]{1,64}$",
"properties.receipt_mode.field": "receipt_mode",
"properties.receipt_mode.type": "S",
"properties.receipt_mode.required": "True",
"properties.receipt_mode.source_required": "True",
"properties.receipt_mode.server_generated": "False",
"properties.receipt_mode.autogenerated": "False",
"properties.receipt_mode.frontend_autocomputed": "False",
"properties.receipt_mode.regex": "^[A-Za-z0-9_-]{1,64}$",
"properties.receipt_printed_at.field": "receipt_printed_at",
"properties.receipt_printed_at.type": "S",
"properties.receipt_printed_at.required": "True",
"properties.receipt_printed_at.source_required": "True",
"properties.receipt_printed_at.server_generated": "True",
"properties.receipt_printed_at.autogenerated": "False",
"properties.receipt_printed_at.frontend_autocomputed": "False",
"properties.receipt_printed_at.format": "iso8601",
"properties.receipt_printed_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.customer_number.field": "customer_number",
"properties.customer_number.type": "S",
"properties.customer_number.required": "True",
"properties.customer_number.source_required": "True",
"properties.customer_number.server_generated": "True",
"properties.customer_number.autogenerated": "False",
"properties.customer_number.frontend_autocomputed": "False",
"properties.customer_number.format": "uuidv4",
"properties.customer_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.customer_name.field": "customer_name",
"properties.customer_name.type": "S",
"properties.customer_name.required": "True",
"properties.customer_name.source_required": "True",
"properties.customer_name.server_generated": "False",
"properties.customer_name.autogenerated": "False",
"properties.customer_name.frontend_autocomputed": "False",
"properties.customer_name.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"properties.customer_phone.field": "customer_phone",
"properties.customer_phone.type": "S",
"properties.customer_phone.required": "True",
"properties.customer_phone.source_required": "True",
"properties.customer_phone.server_generated": "False",
"properties.customer_phone.autogenerated": "False",
"properties.customer_phone.frontend_autocomputed": "False",
"properties.customer_phone.regex": "^[0-9+() .-]{0,30}$",
"properties.customer_email.field": "customer_email",
"properties.customer_email.type": "S",
"properties.customer_email.required": "True",
"properties.customer_email.source_required": "True",
"properties.customer_email.server_generated": "False",
"properties.customer_email.autogenerated": "False",
"properties.customer_email.frontend_autocomputed": "False",
"properties.customer_email.regex": "^[^@\\s]+@[^@\\s]+\\.[^@\\s]+$",
"properties.delivery_mode.field": "delivery_mode",
"properties.delivery_mode.type": "S",
"properties.delivery_mode.required": "True",
"properties.delivery_mode.source_required": "True",
"properties.delivery_mode.server_generated": "False",
"properties.delivery_mode.autogenerated": "False",
"properties.delivery_mode.frontend_autocomputed": "False",
"properties.delivery_mode.regex": "^[A-Za-z0-9_-]{1,64}$",
"properties.full_address.field": "full_address",
"properties.full_address.type": "S",
"properties.full_address.required": "True",
"properties.full_address.source_required": "True",
"properties.full_address.server_generated": "False",
"properties.full_address.autogenerated": "False",
"properties.full_address.frontend_autocomputed": "False",
"properties.full_address.regex": "^.{0,500}$",
"properties.branch_pickup_name.field": "branch_pickup_name",
"properties.branch_pickup_name.type": "S",
"properties.branch_pickup_name.required": "True",
"properties.branch_pickup_name.source_required": "True",
"properties.branch_pickup_name.server_generated": "False",
"properties.branch_pickup_name.autogenerated": "False",
"properties.branch_pickup_name.frontend_autocomputed": "False",
"properties.branch_pickup_name.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"properties.delivery_instructions.field": "delivery_instructions",
"properties.delivery_instructions.type": "S",
"properties.delivery_instructions.required": "True",
"properties.delivery_instructions.source_required": "True",
"properties.delivery_instructions.server_generated": "False",
"properties.delivery_instructions.autogenerated": "False",
"properties.delivery_instructions.frontend_autocomputed": "False",
"properties.delivery_instructions.regex": "^.{0,500}$",
"properties.internal_note.field": "internal_note",
"properties.internal_note.type": "S",
"properties.internal_note.required": "True",
"properties.internal_note.source_required": "True",
"properties.internal_note.server_generated": "False",
"properties.internal_note.autogenerated": "False",
"properties.internal_note.frontend_autocomputed": "False",
"properties.internal_note.regex": "^.{0,500}$",
"properties.call_before_delivery.field": "call_before_delivery",
"properties.call_before_delivery.type": "BOOL",
"properties.call_before_delivery.required": "True",
"properties.call_before_delivery.source_required": "True",
"properties.call_before_delivery.server_generated": "False",
"properties.call_before_delivery.autogenerated": "False",
"properties.call_before_delivery.frontend_autocomputed": "False",
"properties.call_before_delivery.regex": "^(true|false)$",
"properties.subtotal.field": "subtotal",
"properties.subtotal.type": "N",
"properties.subtotal.required": "True",
"properties.subtotal.source_required": "True",
"properties.subtotal.server_generated": "False",
"properties.subtotal.autogenerated": "False",
"properties.subtotal.frontend_autocomputed": "False",
"properties.subtotal.regex": "^-?\\d+(\\.\\d+)?$",
"properties.shipping_fee.field": "shipping_fee",
"properties.shipping_fee.type": "N",
"properties.shipping_fee.required": "True",
"properties.shipping_fee.source_required": "True",
"properties.shipping_fee.server_generated": "False",
"properties.shipping_fee.autogenerated": "False",
"properties.shipping_fee.frontend_autocomputed": "False",
"properties.shipping_fee.regex": "^-?\\d+(\\.\\d+)?$",
"properties.discount.field": "discount",
"properties.discount.type": "N",
"properties.discount.required": "True",
"properties.discount.source_required": "True",
"properties.discount.server_generated": "False",
"properties.discount.autogenerated": "False",
"properties.discount.frontend_autocomputed": "False",
"properties.discount.regex": "^-?\\d+(\\.\\d+)?$",
"properties.grand_total.field": "grand_total",
"properties.grand_total.type": "N",
"properties.grand_total.required": "True",
"properties.grand_total.source_required": "True",
"properties.grand_total.server_generated": "False",
"properties.grand_total.autogenerated": "False",
"properties.grand_total.frontend_autocomputed": "False",
"properties.grand_total.regex": "^-?\\d+(\\.\\d+)?$",
"properties.amount_paid.field": "amount_paid",
"properties.amount_paid.type": "N",
"properties.amount_paid.required": "True",
"properties.amount_paid.source_required": "True",
"properties.amount_paid.server_generated": "False",
"properties.amount_paid.autogenerated": "False",
"properties.amount_paid.frontend_autocomputed": "False",
"properties.amount_paid.regex": "^-?\\d+(\\.\\d+)?$",
"properties.total_quantity.field": "total_quantity",
"properties.total_quantity.type": "N",
"properties.total_quantity.required": "True",
"properties.total_quantity.source_required": "True",
"properties.total_quantity.server_generated": "False",
"properties.total_quantity.autogenerated": "False",
"properties.total_quantity.frontend_autocomputed": "False",
"properties.total_quantity.regex": "^\\d+$",
"properties.is_deleted.field": "is_deleted",
"properties.is_deleted.type": "BOOL",
"properties.is_deleted.required": "True",
"properties.is_deleted.source_required": "True",
"properties.is_deleted.server_generated": "True",
"properties.is_deleted.autogenerated": "False",
"properties.is_deleted.frontend_autocomputed": "False",
"properties.is_deleted.regex": "^(true|false)$",
"properties.deleted_at.field": "deleted_at",
"properties.deleted_at.type": "S",
"properties.deleted_at.required": "True",
"properties.deleted_at.source_required": "True",
"properties.deleted_at.server_generated": "True",
"properties.deleted_at.autogenerated": "False",
"properties.deleted_at.frontend_autocomputed": "False",
"properties.deleted_at.format": "iso8601",
"properties.deleted_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.updated.field": "updated",
"properties.updated.type": "S",
"properties.updated.required": "False",
"properties.updated.source_required": "True",
"properties.updated.server_generated": "True",
"properties.updated.autogenerated": "False",
"properties.updated.frontend_autocomputed": "False",
"properties.updated.format": "iso8601",
"properties.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.idempotency_key.field": "idempotency_key",
"properties.idempotency_key.type": "S",
"properties.idempotency_key.required": "True",
"properties.idempotency_key.source_required": "True",
"properties.idempotency_key.server_generated": "True",
"properties.idempotency_key.autogenerated": "False",
"properties.idempotency_key.frontend_autocomputed": "False",
"properties.idempotency_key.regex": "^.{1,300}$",
"properties.schema_version.field": "schema_version",
"properties.schema_version.type": "N",
"properties.schema_version.required": "True",
"properties.schema_version.source_required": "True",
"properties.schema_version.server_generated": "False",
"properties.schema_version.autogenerated": "False",
"properties.schema_version.frontend_autocomputed": "False",
"properties.schema_version.regex": "^\\d+$",
"properties.version.field": "version",
"properties.version.type": "N",
"properties.version.required": "True",
"properties.version.source_required": "True",
"properties.version.server_generated": "False",
"properties.version.autogenerated": "False",
"properties.version.frontend_autocomputed": "False",
"properties.version.regex": "^\\d+$",
"children": "[]",
"root.type": "object",
"root.attributes.entity_number.field": "entity_number",
"root.attributes.entity_number.type": "S",
"root.attributes.entity_number.required": "True",
"root.attributes.entity_number.source_required": "True",
"root.attributes.entity_number.server_generated": "True",
"root.attributes.entity_number.autogenerated": "False",
"root.attributes.entity_number.frontend_autocomputed": "False",
"root.attributes.entity_number.format": "uuidv4",
"root.attributes.entity_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.order_number.field": "order_number",
"root.attributes.order_number.type": "S",
"root.attributes.order_number.required": "False",
"root.attributes.order_number.source_required": "True",
"root.attributes.order_number.server_generated": "True",
"root.attributes.order_number.autogenerated": "False",
"root.attributes.order_number.frontend_autocomputed": "False",
"root.attributes.order_number.format": "uuidv4",
"root.attributes.order_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.source.field": "source",
"root.attributes.source.type": "S",
"root.attributes.source.required": "True",
"root.attributes.source.source_required": "True",
"root.attributes.source.server_generated": "False",
"root.attributes.source.autogenerated": "False",
"root.attributes.source.frontend_autocomputed": "False",
"root.attributes.source.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"root.attributes.is_active.field": "is_active",
"root.attributes.is_active.type": "BOOL",
"root.attributes.is_active.required": "False",
"root.attributes.is_active.source_required": "True",
"root.attributes.is_active.server_generated": "True",
"root.attributes.is_active.autogenerated": "False",
"root.attributes.is_active.frontend_autocomputed": "False",
"root.attributes.is_active.regex": "^(true|false)$",
"root.attributes.created.field": "created",
"root.attributes.created.type": "S",
"root.attributes.created.required": "False",
"root.attributes.created.source_required": "True",
"root.attributes.created.server_generated": "True",
"root.attributes.created.autogenerated": "False",
"root.attributes.created.frontend_autocomputed": "False",
"root.attributes.created.format": "iso8601",
"root.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.paid_at.field": "paid_at",
"root.attributes.paid_at.type": "S",
"root.attributes.paid_at.required": "True",
"root.attributes.paid_at.source_required": "True",
"root.attributes.paid_at.server_generated": "True",
"root.attributes.paid_at.autogenerated": "False",
"root.attributes.paid_at.frontend_autocomputed": "False",
"root.attributes.paid_at.format": "iso8601",
"root.attributes.paid_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.status.field": "status",
"root.attributes.status.type": "S",
"root.attributes.status.required": "True",
"root.attributes.status.source_required": "True",
"root.attributes.status.server_generated": "False",
"root.attributes.status.autogenerated": "False",
"root.attributes.status.frontend_autocomputed": "False",
"root.attributes.status.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"root.attributes.payment_status.field": "payment_status",
"root.attributes.payment_status.type": "S",
"root.attributes.payment_status.required": "True",
"root.attributes.payment_status.source_required": "True",
"root.attributes.payment_status.server_generated": "False",
"root.attributes.payment_status.autogenerated": "False",
"root.attributes.payment_status.frontend_autocomputed": "False",
"root.attributes.payment_status.regex": "^[A-Za-z0-9_-]{1,64}$",
"root.attributes.payment_method.field": "payment_method",
"root.attributes.payment_method.type": "S",
"root.attributes.payment_method.required": "True",
"root.attributes.payment_method.source_required": "True",
"root.attributes.payment_method.server_generated": "False",
"root.attributes.payment_method.autogenerated": "False",
"root.attributes.payment_method.frontend_autocomputed": "False",
"root.attributes.payment_method.regex": "^[A-Za-z0-9_-]{1,64}$",
"root.attributes.payment_reference.field": "payment_reference",
"root.attributes.payment_reference.type": "S",
"root.attributes.payment_reference.required": "True",
"root.attributes.payment_reference.source_required": "True",
"root.attributes.payment_reference.server_generated": "False",
"root.attributes.payment_reference.autogenerated": "False",
"root.attributes.payment_reference.frontend_autocomputed": "False",
"root.attributes.payment_reference.regex": "^[A-Za-z0-9_-]{1,64}$",
"root.attributes.receipt_mode.field": "receipt_mode",
"root.attributes.receipt_mode.type": "S",
"root.attributes.receipt_mode.required": "True",
"root.attributes.receipt_mode.source_required": "True",
"root.attributes.receipt_mode.server_generated": "False",
"root.attributes.receipt_mode.autogenerated": "False",
"root.attributes.receipt_mode.frontend_autocomputed": "False",
"root.attributes.receipt_mode.regex": "^[A-Za-z0-9_-]{1,64}$",
"root.attributes.receipt_printed_at.field": "receipt_printed_at",
"root.attributes.receipt_printed_at.type": "S",
"root.attributes.receipt_printed_at.required": "True",
"root.attributes.receipt_printed_at.source_required": "True",
"root.attributes.receipt_printed_at.server_generated": "True",
"root.attributes.receipt_printed_at.autogenerated": "False",
"root.attributes.receipt_printed_at.frontend_autocomputed": "False",
"root.attributes.receipt_printed_at.format": "iso8601",
"root.attributes.receipt_printed_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.customer_number.field": "customer_number",
"root.attributes.customer_number.type": "S",
"root.attributes.customer_number.required": "True",
"root.attributes.customer_number.source_required": "True",
"root.attributes.customer_number.server_generated": "True",
"root.attributes.customer_number.autogenerated": "False",
"root.attributes.customer_number.frontend_autocomputed": "False",
"root.attributes.customer_number.format": "uuidv4",
"root.attributes.customer_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.customer_name.field": "customer_name",
"root.attributes.customer_name.type": "S",
"root.attributes.customer_name.required": "True",
"root.attributes.customer_name.source_required": "True",
"root.attributes.customer_name.server_generated": "False",
"root.attributes.customer_name.autogenerated": "False",
"root.attributes.customer_name.frontend_autocomputed": "False",
"root.attributes.customer_name.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"root.attributes.customer_phone.field": "customer_phone",
"root.attributes.customer_phone.type": "S",
"root.attributes.customer_phone.required": "True",
"root.attributes.customer_phone.source_required": "True",
"root.attributes.customer_phone.server_generated": "False",
"root.attributes.customer_phone.autogenerated": "False",
"root.attributes.customer_phone.frontend_autocomputed": "False",
"root.attributes.customer_phone.regex": "^[0-9+() .-]{0,30}$",
"root.attributes.customer_email.field": "customer_email",
"root.attributes.customer_email.type": "S",
"root.attributes.customer_email.required": "True",
"root.attributes.customer_email.source_required": "True",
"root.attributes.customer_email.server_generated": "False",
"root.attributes.customer_email.autogenerated": "False",
"root.attributes.customer_email.frontend_autocomputed": "False",
"root.attributes.customer_email.regex": "^[^@\\s]+@[^@\\s]+\\.[^@\\s]+$",
"root.attributes.delivery_mode.field": "delivery_mode",
"root.attributes.delivery_mode.type": "S",
"root.attributes.delivery_mode.required": "True",
"root.attributes.delivery_mode.source_required": "True",
"root.attributes.delivery_mode.server_generated": "False",
"root.attributes.delivery_mode.autogenerated": "False",
"root.attributes.delivery_mode.frontend_autocomputed": "False",
"root.attributes.delivery_mode.regex": "^[A-Za-z0-9_-]{1,64}$",
"root.attributes.full_address.field": "full_address",
"root.attributes.full_address.type": "S",
"root.attributes.full_address.required": "True",
"root.attributes.full_address.source_required": "True",
"root.attributes.full_address.server_generated": "False",
"root.attributes.full_address.autogenerated": "False",
"root.attributes.full_address.frontend_autocomputed": "False",
"root.attributes.full_address.regex": "^.{0,500}$",
"root.attributes.branch_pickup_name.field": "branch_pickup_name",
"root.attributes.branch_pickup_name.type": "S",
"root.attributes.branch_pickup_name.required": "True",
"root.attributes.branch_pickup_name.source_required": "True",
"root.attributes.branch_pickup_name.server_generated": "False",
"root.attributes.branch_pickup_name.autogenerated": "False",
"root.attributes.branch_pickup_name.frontend_autocomputed": "False",
"root.attributes.branch_pickup_name.regex": "^[A-Za-z0-9 ._-]{1,100}$",
"root.attributes.delivery_instructions.field": "delivery_instructions",
"root.attributes.delivery_instructions.type": "S",
"root.attributes.delivery_instructions.required": "True",
"root.attributes.delivery_instructions.source_required": "True",
"root.attributes.delivery_instructions.server_generated": "False",
"root.attributes.delivery_instructions.autogenerated": "False",
"root.attributes.delivery_instructions.frontend_autocomputed": "False",
"root.attributes.delivery_instructions.regex": "^.{0,500}$",
"root.attributes.internal_note.field": "internal_note",
"root.attributes.internal_note.type": "S",
"root.attributes.internal_note.required": "True",
"root.attributes.internal_note.source_required": "True",
"root.attributes.internal_note.server_generated": "False",
"root.attributes.internal_note.autogenerated": "False",
"root.attributes.internal_note.frontend_autocomputed": "False",
"root.attributes.internal_note.regex": "^.{0,500}$",
"root.attributes.call_before_delivery.field": "call_before_delivery",
"root.attributes.call_before_delivery.type": "BOOL",
"root.attributes.call_before_delivery.required": "True",
"root.attributes.call_before_delivery.source_required": "True",
"root.attributes.call_before_delivery.server_generated": "False",
"root.attributes.call_before_delivery.autogenerated": "False",
"root.attributes.call_before_delivery.frontend_autocomputed": "False",
"root.attributes.call_before_delivery.regex": "^(true|false)$",
"root.attributes.subtotal.field": "subtotal",
"root.attributes.subtotal.type": "N",
"root.attributes.subtotal.required": "True",
"root.attributes.subtotal.source_required": "True",
"root.attributes.subtotal.server_generated": "False",
"root.attributes.subtotal.autogenerated": "False",
"root.attributes.subtotal.frontend_autocomputed": "False",
"root.attributes.subtotal.regex": "^-?\\d+(\\.\\d+)?$",
"root.attributes.shipping_fee.field": "shipping_fee",
"root.attributes.shipping_fee.type": "N",
"root.attributes.shipping_fee.required": "True",
"root.attributes.shipping_fee.source_required": "True",
"root.attributes.shipping_fee.server_generated": "False",
"root.attributes.shipping_fee.autogenerated": "False",
"root.attributes.shipping_fee.frontend_autocomputed": "False",
"root.attributes.shipping_fee.regex": "^-?\\d+(\\.\\d+)?$",
"root.attributes.discount.field": "discount",
"root.attributes.discount.type": "N",
"root.attributes.discount.required": "True",
"root.attributes.discount.source_required": "True",
"root.attributes.discount.server_generated": "False",
"root.attributes.discount.autogenerated": "False",
"root.attributes.discount.frontend_autocomputed": "False",
"root.attributes.discount.regex": "^-?\\d+(\\.\\d+)?$",
"root.attributes.grand_total.field": "grand_total",
"root.attributes.grand_total.type": "N",
"root.attributes.grand_total.required": "True",
"root.attributes.grand_total.source_required": "True",
"root.attributes.grand_total.server_generated": "False",
"root.attributes.grand_total.autogenerated": "False",
"root.attributes.grand_total.frontend_autocomputed": "False",
"root.attributes.grand_total.regex": "^-?\\d+(\\.\\d+)?$",
"root.attributes.amount_paid.field": "amount_paid",
"root.attributes.amount_paid.type": "N",
"root.attributes.amount_paid.required": "True",
"root.attributes.amount_paid.source_required": "True",
"root.attributes.amount_paid.server_generated": "False",
"root.attributes.amount_paid.autogenerated": "False",
"root.attributes.amount_paid.frontend_autocomputed": "False",
"root.attributes.amount_paid.regex": "^-?\\d+(\\.\\d+)?$",
"root.attributes.total_quantity.field": "total_quantity",
"root.attributes.total_quantity.type": "N",
"root.attributes.total_quantity.required": "True",
"root.attributes.total_quantity.source_required": "True",
"root.attributes.total_quantity.server_generated": "False",
"root.attributes.total_quantity.autogenerated": "False",
"root.attributes.total_quantity.frontend_autocomputed": "False",
"root.attributes.total_quantity.regex": "^\\d+$",
"root.attributes.is_deleted.field": "is_deleted",
"root.attributes.is_deleted.type": "BOOL",
"root.attributes.is_deleted.required": "True",
"root.attributes.is_deleted.source_required": "True",
"root.attributes.is_deleted.server_generated": "True",
"root.attributes.is_deleted.autogenerated": "False",
"root.attributes.is_deleted.frontend_autocomputed": "False",
"root.attributes.is_deleted.regex": "^(true|false)$",
"root.attributes.deleted_at.field": "deleted_at",
"root.attributes.deleted_at.type": "S",
"root.attributes.deleted_at.required": "True",
"root.attributes.deleted_at.source_required": "True",
"root.attributes.deleted_at.server_generated": "True",
"root.attributes.deleted_at.autogenerated": "False",
"root.attributes.deleted_at.frontend_autocomputed": "False",
"root.attributes.deleted_at.format": "iso8601",
"root.attributes.deleted_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.updated.field": "updated",
"root.attributes.updated.type": "S",
"root.attributes.updated.required": "False",
"root.attributes.updated.source_required": "True",
"root.attributes.updated.server_generated": "True",
"root.attributes.updated.autogenerated": "False",
"root.attributes.updated.frontend_autocomputed": "False",
"root.attributes.updated.format": "iso8601",
"root.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.idempotency_key.field": "idempotency_key",
"root.attributes.idempotency_key.type": "S",
"root.attributes.idempotency_key.required": "True",
"root.attributes.idempotency_key.source_required": "True",
"root.attributes.idempotency_key.server_generated": "True",
"root.attributes.idempotency_key.autogenerated": "False",
"root.attributes.idempotency_key.frontend_autocomputed": "False",
"root.attributes.idempotency_key.regex": "^.{1,300}$",
"root.attributes.schema_version.field": "schema_version",
"root.attributes.schema_version.type": "N",
"root.attributes.schema_version.required": "True",
"root.attributes.schema_version.source_required": "True",
"root.attributes.schema_version.server_generated": "False",
"root.attributes.schema_version.autogenerated": "False",
"root.attributes.schema_version.frontend_autocomputed": "False",
"root.attributes.schema_version.regex": "^\\d+$",
"root.attributes.version.field": "version",
"root.attributes.version.type": "N",
"root.attributes.version.required": "True",
"root.attributes.version.source_required": "True",
"root.attributes.version.server_generated": "False",
"root.attributes.version.autogenerated": "False",
"root.attributes.version.frontend_autocomputed": "False",
"root.attributes.version.regex": "^\\d+$"
}
Response Schema¶
{
"type": "object",
"properties.ok.type": "boolean",
"properties.accepted.type": "boolean",
"properties.is_committed.type": "boolean",
"properties.request_id.type": "string",
"properties.message.type": "string",
"properties.table.type": "string",
"properties.operation.type": "string",
"properties.primary_key.type": "string",
"properties.primary_key_value.type": "string",
"properties.item_write_count.type": "number",
"properties.child_write_count.type": "number"
}
Request Payload¶
{
"entity_number": "acc7db3f-4347-4c38-ae9e-5b53c4281662",
"order_number": "032eb3aa-366b-4e3b-82cc-e8209e9c7403",
"source": "value-001",
"is_active": "True",
"created": "2026-07-12T09:14:12Z",
"paid_at": "2026-07-12T09:14:12Z",
"status": "value-001",
"payment_status": "value-001",
"payment_method": "value-001",
"payment_reference": "value-001",
"receipt_mode": "value-001",
"receipt_printed_at": "2026-07-12T09:14:12Z",
"customer_number": "07ed09af-8e80-418b-8662-eaa75a6b5942",
"customer_name": "Sample Name",
"customer_phone": "value-001",
"customer_email": "value-001",
"delivery_mode": "value-001",
"full_address": "value-001",
"branch_pickup_name": "Sample Name",
"delivery_instructions": "value-001",
"internal_note": "value-001",
"call_before_delivery": "True",
"subtotal": "1",
"shipping_fee": "1",
"discount": "1",
"grand_total": "1",
"amount_paid": "1",
"total_quantity": "1",
"is_deleted": "True",
"deleted_at": "2026-07-12T09:14:12Z",
"updated": "2026-07-12T09:14:12Z",
"idempotency_key": "value-001",
"schema_version": "1",
"version": "1"
}
Response¶
{
"type": "object",
"properties.ok.type": "boolean",
"properties.accepted.type": "boolean",
"properties.is_committed.type": "boolean",
"properties.request_id.type": "string",
"properties.message.type": "string",
"properties.table.type": "string",
"properties.operation.type": "string",
"properties.primary_key.type": "string",
"properties.primary_key_value.type": "string",
"properties.item_write_count.type": "number",
"properties.child_write_count.type": "number"
}
CMD curl¶
curl -X POST "https://api.jefoffice.com/store/async-post/store-orders-post-one" -H "Content-Type: application/json" --data-raw "{\"entity_number\": \"acc7db3f-4347-4c38-ae9e-5b53c4281662\", \"order_number\": \"032eb3aa-366b-4e3b-82cc-e8209e9c7403\", \"source\": \"value-001\", \"is_active\": true, \"created\": \"2026-07-12T09:14:12Z\", \"paid_at\": \"2026-07-12T09:14:12Z\", \"status\": \"value-001\", \"payment_status\": \"value-001\", \"payment_method\": \"value-001\", \"payment_reference\": \"value-001\", \"receipt_mode\": \"value-001\", \"receipt_printed_at\": \"2026-07-12T09:14:12Z\", \"customer_number\": \"07ed09af-8e80-418b-8662-eaa75a6b5942\", \"customer_name\": \"Sample Name\", \"customer_phone\": \"value-001\", \"customer_email\": \"value-001\", \"delivery_mode\": \"value-001\", \"full_address\": \"value-001\", \"branch_pickup_name\": \"Sample Name\", \"delivery_instructions\": \"value-001\", \"internal_note\": \"value-001\", \"call_before_delivery\": true, \"subtotal\": 1, \"shipping_fee\": 1, \"discount\": 1, \"grand_total\": 1, \"amount_paid\": 1, \"total_quantity\": 1, \"is_deleted\": true, \"deleted_at\": \"2026-07-12T09:14:12Z\", \"updated\": \"2026-07-12T09:14:12Z\", \"idempotency_key\": \"value-001\", \"schema_version\": 1, \"version\": 1}"
PowerShell curl¶
curl.exe -X POST "https://api.jefoffice.com/store/async-post/store-orders-post-one" -H "Content-Type: application/json" --data-raw '{"entity_number": "acc7db3f-4347-4c38-ae9e-5b53c4281662", "order_number": "032eb3aa-366b-4e3b-82cc-e8209e9c7403", "source": "value-001", "is_active": true, "created": "2026-07-12T09:14:12Z", "paid_at": "2026-07-12T09:14:12Z", "status": "value-001", "payment_status": "value-001", "payment_method": "value-001", "payment_reference": "value-001", "receipt_mode": "value-001", "receipt_printed_at": "2026-07-12T09:14:12Z", "customer_number": "07ed09af-8e80-418b-8662-eaa75a6b5942", "customer_name": "Sample Name", "customer_phone": "value-001", "customer_email": "value-001", "delivery_mode": "value-001", "full_address": "value-001", "branch_pickup_name": "Sample Name", "delivery_instructions": "value-001", "internal_note": "value-001", "call_before_delivery": true, "subtotal": 1, "shipping_fee": 1, "discount": 1, "grand_total": 1, "amount_paid": 1, "total_quantity": 1, "is_deleted": true, "deleted_at": "2026-07-12T09:14:12Z", "updated": "2026-07-12T09:14:12Z", "idempotency_key": "value-001", "schema_version": 1, "version": 1}'