Skip to content

Proof payment insertion by proforma invoice code

Request

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
codestringrequired
Example:2015000170
Headers
Content-Typestringrequired
Default:"application/json"
curl -i -X POST \
  https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/proof-payments/proforma-invoice/2015000170 \
  -H 'Content-Type: application/json' \
  -H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'

Responses

Created

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": { "proofPayments": {} }, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }