---
sourceDocument: Yokohama – Finanzen und Lieferkette
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/yokohama/source-to-pay-operations

 Release :

    - yokohama

ft:locale :

    - de-DE

ft:publication_title :

    - Yokohama – Finanzen und Lieferkette

ft:clusterId :

    - stpop

bundleId :

    - stpop

workflow :

    - Creator


---

# Nutzlasten-Beispiele und -Fehler

# Nutzlasten-Beispiele und -Fehler {#ariaid-title1}

* Freigeben Version: Yokohama
* 
* Aktualisiert 30. Januar 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Verwenden Sie die folgenden Beispielnutzlasten, um den Import und Export von Beschaffungsdaten zu aktivieren.

## Nutzlasten {#payloads-information__section_nqm_ffd_ynb}

Informationen zum Importieren und Exportieren von Beschaffungsdatensätzen finden Sie in der folgenden Beispielnutzlast.{#payloads-information__table_ech_r3p_xnb__entry__2}

| Name | Beispielnutzlast |
|-|-|
| Rechnungsimport | Siehe [Spendint-API: /sn_spend_intg/Spendint/Invoice BUCHEN](https://servicenow-prod.fluidtopics.net/XnmLMs6frM4cn8VT2AQIAQ "Akzeptiert Rechnungen von Drittanbietern.") |
| Katalogimport | Siehe [Spendint-API -- /sn_spend_intg/Spendint/catalog VERÖFFENTLICHEN](https://servicenow-prod.fluidtopics.net/R10~2ZNkK6jj908rbcppNw "Ermöglicht Lieferanten das Veröffentlichen mehrerer Kataloge zum Erstellen von Lieferantenprodukten, Modellprodukten, Verträgen und Preisdatensätzen.") |
| Verfügbarkeitsimport | Siehe [Spendint-API -- POST /sn_spend_intg/Spendint/Availability](https://servicenow-prod.fluidtopics.net/99w6TgacP0BSMdbhd3GspA "Aktualisiert die Verfügbarkeit für Lieferantenproduktdatensätze.") |
| Versandimport | Siehe [Spendint-API: /sn_spend_intg/Spendint/Shipping VERÖFFENTLICHEN](https://servicenow-prod.fluidtopics.net/LqAGJgb7wLuuElOz4yEi_A "Verwenden Sie diesen Endpunkt, um Aktualisierungen für Käufe von Drittparteien zu akzeptieren.") |
| Auftragsbestätigung | Siehe [Spendint-API: /sn_spend_intg/Spendint/orderack VERÖFFENTLICHEN](https://servicenow-prod.fluidtopics.net/iPw5EDN1y8xyZ2bKLSW5Fw "Aktualisiert Bestellinformationen, wenn ein Anwender ein Produkt aus einem Drittparteikatalog kauft. Wenn der Anwender auscheckt, wird eine Bestellposition erstellt, damit Genehmigungen oder andere Aufgaben für den Einkauf abgeschlossen werden können.") |
| Preisimport | Siehe [Spendint-API -- NACH /sn_spend_intg/Spendint/price](https://servicenow-prod.fluidtopics.net/SQ_h8q2LQxP1dUoWR6IYXQ "Aktualisiert alle Preise für Lieferantenproduktdatensätze.") |
[ ]

{#payloads-information__table_ech_r3p_xnb}

## Fehler {#payloads-information__section_glf_cfd_ynb}

In diesem Abschnitt werden die folgenden Beschaffungsfehler beschrieben:  
Katalogfehler (Ausgehend)

    {
      "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"
          }
        ]
      }
    }

Preisfehler (Ausgehend)


    {
      "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"
          }
        ]
      }
    }

Verfügbarkeitsfehler (Ausgehend)

    {
      "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"
          }
        ]
      }
    }

Versandfehler (Ausgehend)

    {
      "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"
          }
        ]
      }
    }

Rechnungsfehler (Ausgehend)

    {
      "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"
          }
        ]
      }
    }

Ausgehende Bestellung


    {
      "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"
            }
          }
        ]
      }
    }


