invoiceConfirmAdd a new invoice confirm. To call this, you need to have access right of 100400, 'resTyp' is only ART allowed and you need right to access to product management.

Add a new invoice confirm. To call this, you need to have access right of 100400, 'resTyp' is only ART allowed and you need right to access to product management.

curl -X POST "https://api.example.com/restapi/v1/invoiceConfirm" \
  -H "Content-Type: application/json" \
  -d '{
  "tcpId": 123,
  "contactId": 123,
  "addressId": 123,
  "elements": [
    {
      "resTyp": "example_string",
      "resId": 123,
      "dateStart": "example_string",
      "timeStart": "example_string",
      "dateEnd": "example_string",
      "timeEnd": "example_string"
    }
  ]
}'
[
  {
    "id": 123,
    "typ": "example_string",
    "elements": [
      {
        "id": 123,
        "typ": "example_string",
        "elementContent": "example_string",
        "postId": 123,
        "postTyp": "example_string",
        "postName": "John Doe",
        "posDescription": "example_string",
        "posTaxIncluded": 42,
        "posTaxAmount": 42,
        "posPriceTotal": 29.99,
        "posCurrency": "example_string",
        "posDateStart": "example_string",
        "posTimeStart": "example_string",
        "posDateEnd": "example_string",
        "posTimeEnd": "example_string"
      }
    ]
  }
]
POST
/invoiceConfirm
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Responses

idinteger
typstring
elementsarray