---
title: "Create Guide"
method: POST
path: "/{guides-type}.json"
tags: ["Guides"]
---

# Create Guide

`POST /{guides-type}.json`

Creates a new shipping, transport or devolution.

## Path parameters

- `guides-type` 'shippings' | 'transports' | 'devolutions', required

## Query parameters

- `api_key` string, required

## Request body

- GuideCreateRequest
  - `shipping` object, required
    - `date` string, required — dd/mm/yyyy
    - `due_date` string, required — dd/mm/yyyy
    - `loaded_at` string, required — dd/mm/yyyy HH:mm:ss
    - `license_plate` string
    - `address_from` object, required
      - `detail` string, required
      - `city` string, required
      - `postal_code` string, required
      - `country` string, required
    - `address_to` object, required
      - `detail` string, required
      - `city` string, required
      - `postal_code` string, required
      - `country` string, required
    - `reference` string
    - `observations` string
    - `retention` string
    - `tax_exemption` string
    - `sequence_id` string
    - `manual_sequence_number` string
    - `client` object, required
      - `name` string, required
      - `code` string, required
      - `email` string
      - `address` string
      - `city` string
      - `postal_code` string
      - `country` string
      - `fiscal_id` string
      - `website` string
      - `phone` string
      - `fax` string
      - `observations` string
    - `items` object[], required
      - `name` string, required
      - `description` string, required
      - `unit_price` string, required
      - `quantity` string, required
      - `unit` string
      - `discount` string
      - `tax` object
        - `name` string
    - `tax_exemption_reason` string
    - `load_site` string
    - `delivery_site` string

## Response `201`

SUCCESS 

Creates a new quote, proforma or fees_note.

#### Possible values for field atcud:

* ABCD1234-1 (or similar) - Unique document identifier to the Tax Authority, when the sequence is registered.
* N/D - The document's sequence is relevant for ATCUD but is not registered in the Tax Authority.
* N/A - The document's sequence is not relevant for ATCUD and is not registered in the Tax Authority.

- GuideGetResponse
  - `shipping` object
    - `id` integer
    - `status` string
    - `archived` boolean
    - `type` string
    - `sequence_number` string
    - `inverted_sequence_number` string
    - `atcud` string
    - `date` string
    - `due_date` string
    - `reference` string
    - `observations` string
    - `retention` string
    - `permalink` string
    - `saft_hash` string
    - `sum` number
    - `discount` number
    - `before_taxes` number
    - `taxes` number
    - `total` number
    - `currency` string
    - `address_from` object
      - `country` string
      - `postal_code` string
      - `detail` string
      - `city` string
    - `address_to` object
      - `country` string
      - `postal_code` string
      - `detail` string
      - `city` string
    - `client` object
      - `id` integer
      - `name` string
      - `country` string
    - `items` object[]
      - `name` string
      - `description` string
      - `unit_price` string
      - `unit` string
      - `quantity` string
      - `tax` object
        - `id` integer
        - `name` string
        - `value` number
      - `discount` number
      - `subtotal` number
      - `tax_amount` number
      - `discount_amount` number
      - `total` number
    - `sequence_id` string
    - `tax_exemption` string
    - `at_doc_code_id` string
    - `license_plate` string

## Other responses

- `401` — ACCESS DENIED
- `422` — UNPROCESSABLE ENTITY

---

[API](https://skmtc.net/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.net/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/versions/5cea7e1d8f41/schema)
