Receipt Requests API (/receipt_requests)

Introduction

Use the Receipt Requests API to create, update, or query receipt requests for your transaction.

The URL to access the Receipt Requests API is: /api/receipt_requests

See Integration Best Practices for more info.

Actions

Verb Path Action Description
DELETE /api/receipt_requests/:id destroy Delete receipt request
GET /api/receipt_requests index List receipt requests
GET /api/receipt_requests/:id show Show receipt request
POST /api/receipt_requests/:id/submit submit Submit receipt request for approval
POST /api/receipt_requests/:id/withdraw withdraw Widthdraw receipt request

Receipt Request Elements

Element Description Req'd Unique Allowable Value In Out Data Type
id Coupa unique identifier any yes integer
created_at Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ any yes datetime
updated_at Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ any yes datetime
type Type any yes string(255)
status Status any yes string(255)
lines Request lines any yes []
created_by User who created any yes
updated_by User who updated any yes