Receipt Requests API (/receipt_requests)

Use the Receipt Requests API to create receipt requests for your transaction.

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  

Related Items


Querying Options

21 October 2016

See how you can use queries to quickly identify and pull the data you require.

Special Actions and API Notes

21 October 2016

Additional info on how to use the Coupa API.

Differences between XML and JSON in Coupa

16 December 2016

Arguments

24 April 2017

Learn about the types of arguments that Coupa supports in conjunction with operators.