{ "opencollection": "1.0.0", "info": { "name": "Procurify API Documentation account-codes receipt API", "version": "1.0" }, "items": [ { "info": { "name": "receipt", "type": "folder" }, "items": [ { "info": { "name": "Get list of receipt items by order item", "type": "http" }, "http": { "method": "GET", "url": "https://{user_domain}.procurify.com/api/v3/receipt/items/", "params": [ { "name": "format", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "order_item", "value": "", "type": "query", "description": "The ID of an order item to retrieve receipt items (receiving actions) for." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a list of receipt items representing individual receiving actions." }, { "info": { "name": "Create a receipt item for an order item", "type": "http" }, "http": { "method": "POST", "url": "https://{user_domain}.procurify.com/api/v3/receipt/items/", "params": [ { "name": "format", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://.procurify.com/oauth/authorize", "accessTokenUrl": "https://.procurify.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Perform a receiving action for order items within a single purchase order." } ] } ], "bundled": true }