---
sourceDocument: Australia Finance and Supply Chain
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/source-to-pay-operations

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Finance and Supply Chain

ft:clusterId :

    - stpop

bundleId :

    - stpop

workflow :

    - Creator


---

# Payloads samples and errors

# Payloads samples and errors {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Use the following sample payloads to enable procurement data import and
export.

## Payloads {#payloads-information__section_nqm_ffd_ynb}

See the following sample payload for importing and exporting procurement records.{#payloads-information__table_ech_r3p_xnb__entry__2}

| Name | Sample payload |
|-|-|
| Invoice Import | See [Spendint API - POST /sn_spend_intg/spendint/invoice](https://www.servicenow.com/docs/access?context=spendint-api&version=australia&pubname=australia-api-reference&section=spendint-POST-invoice&ft:locale=en-US) |
| Catalog Import | See [Spendint API - POST /sn_spend_intg/spendint/catalog](https://www.servicenow.com/docs/access?context=spendint-api&version=australia&pubname=australia-api-reference&section=spendint-POST-catalog&ft:locale=en-US) |
| Availability Import | See [Spendint API - POST /sn_spend_intg/spendint/availability](https://www.servicenow.com/docs/access?context=spendint-api&version=australia&pubname=australia-api-reference&section=spendint-POST-availability&ft:locale=en-US) |
| Shipment Import | See [Spendint API - POST /sn_spend_intg/spendint/shipment](https://www.servicenow.com/docs/access?context=spendint-api&version=australia&pubname=australia-api-reference&section=spendint-POST-shipment&ft:locale=en-US) |
| Order Acknowledgment | See [Spendint API - POST /sn_spend_intg/spendint/orderack](https://www.servicenow.com/docs/access?context=spendint-api&version=australia&pubname=australia-api-reference&section=spendint-POST-orderack&ft:locale=en-US) |
| Price Import | See [Spendint API - POST /sn_spend_intg/spendint/price](https://www.servicenow.com/docs/access?context=spendint-api&version=australia&pubname=australia-api-reference&section=spendint-POST-price&ft:locale=en-US) |
[Tabela 1. Payload details]

{#payloads-information__table_ech_r3p_xnb}

## Errors {#payloads-information__section_glf_cfd_ynb}

This section describes the following procurement errors:  
Catalog Error (Outbound)

    {
      "root": {
        "status_message": "",
        "status_code": "Failure",
        "customer_id": "AB-1234323",
        "supplier_id": "SUP-123456",
        "error_response_body": [
          {
            "error_message": "Field Value empty/Formatting issue Negotiated currency \n",
            "mpn": "Z0WQ-20004301931",
            "sku": "55788741"
          }
        ]
      }
    }

Price Error (Outbound)


    {
      "root": {
        "status_message": "",
        "status_code": "Failure",
        "customer_id": "AB-1234323",
        "supplier_id": "SUP-123456",
        "error_response_body": [
          {
            "error_message": "Field Value empty/Formatting issue Negotiated currency \n",
            "mpn": "Z0WQ-20004301931"
          }
        ]
      }
    }

Availability Error (Outbound)

    {
      "root": {
        "status_message": "",
        "status_code": "Failure",
        "customer_id": "AB-1234323",
        "supplier_id": "SUP-123456",
        "error_response_body": [
          {
            "error_message": "Field Value empty/Formatting issue Negotiated currency \n",
            "mpn": "Z0WQ-20004301931"
          }
        ]
      }
    }

Shipment Error (Outbound)

    {
      "root": {
        "status_message": "",
        "status_code": "Failure",
        "customer_id": "AB-1234323",
        "supplier_id": "SUP-123456",
        "error_response_body": [
          {
            "supplier_shipment_number": "SHIPSUP00001 \n",
            "sales_order_number": "SOL0010001 \n",
            "sales_order_line_number": "SOL0010001 \n",
            "error_message": "The purchase order for this shipment does not exist \n"
          }
        ]
      }
    }

Invoice Error (Outbound)

    {
      "root": {
        "status_message": "",
        "status_code": "Failure",
        "customer_id": "AB-1234323",
        "supplier_id": "SUP-123456",
        "error_response_body": [
          {
            "supplier_invoice_number": "SUPINV000001 \n",
            "supplier_invoice_line_number": "SUPINVL0000001 \n",
            "sales_order_number": "SOL0010001 \n",
            "sales_order_line_number": "SOL0010001 \n",
            "error_message": "The provided invoices does not have a purchase order line number \n"
          }
        ]
      }
    }

Outbound Order


    {
      "root": {
        "order_amount": "200",
        "order_number": "PO0010001",
        "currency": "USD",
        "order_date": "01-01-2021",
        "customer_id": "AB-1234323",
        "supplier_id": "SUP-123456",
        "catalog_id": "ABC780987",
        "order_lines": [
          {
            "sku": "A20002 \n",
            "line_number":"POL0010001 \n",
            "mpn": "09876789 \n",
            "purchased_quantity": "2 \n",
            "unit": "Each \n",
            "unit_price": "USD \n",
            "ship_to": "John A \n",
            "contract_number": "VEN09000002 \n",
            "organization_id": "868979 \n",
            "enroll_in_abm": "yes",
            "shipping_address": {
              "name": "2225 Lawson Ln, Santa Clara, CA 95054, United States\n",
              "street": "2225 Lawson Ln \n",
              "city": "Santa Clara \n",
              "state": "CA \n",
              "zip_code": "95054 \n",
              "country": "Unites States of America \n"
            }
          }
        ]
      }
    }


