{"info":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","description":"<html><head></head><body><p>Welcome to the documentation of the Little Big Connection REST API! The API allows clients to extract data from, or inject data to the Little Big Connection platform. For any question about the API, please contact our support team.</p>\n<h2 id=\"-this-is-an-outdated-documentation-not-longer-maintained-to-find-the-last-version-of-the-api-documentation-please-go-to--httpsapi-docelevenvmscom-\">**** This is an outdated documentation not longer maintained. To find the last version of the API documentation, please go to** <a href=\"https://api-doc.elevenvms.com\"> <b>https://api-doc.elevenvms.com</b></a> **</h2>\n<h1 id=\"usage-limits\">Usage Limits</h1>\n<p>To protect our servers, the following limitations exist:</p>\n<ul>\n<li><p>One service call per IP at a time; concurrent calls are not allowed</p>\n</li>\n<li><p>The number of service calls is limited to 10 per second</p>\n</li>\n<li><p>The number of daily service calls is limited to 50,000</p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>In June 2025 we're supporting OAuth2.0 Client Credentials flow to authenticate your API requests.</p>\n<p>Preferred authentication method is OAuth2, please contact Support to get your credentials and start using the API.<br>If you are using BasicAuth, please note that this method is deprecated and will be retired in the future.</p>\n<h2 id=\"oauth20\">OAuth2.0</h2>\n<p>The OAuth2.0 authentication is used to authenticate the user and authorize<br>access to the API. The client credentials flow is used to obtain an access<br>token for the API. The access token must be included in the Authorization<br>header of each request with the <em>Bearer</em> prefix.</p>\n<p>The access token is valid for the defined time in the response (currently 1 day). After that, you must request a new token.</p>\n<p>The token is obtained by sending a POST request to the token URL with the<br>following parameters:</p>\n<ul>\n<li><p>grant_type: client_credentials</p>\n</li>\n<li><p>client_id: your_client_id</p>\n</li>\n<li><p>client_secret: your_client_secret</p>\n</li>\n<li><p>audience: external-client-api-v2</p>\n</li>\n</ul>\n<p>The token endpoints are:</p>\n<p>UAT: <a href=\"https://api-uat.littlebigconnection.com/oauth/token\">https://api-uat.littlebigconnection.com/oauth/token</a></p>\n<p>PREVIEW: <a href=\"https://api-preview.littlebigconnection.com/oauth/token\">https://api-preview.littlebigconnection.com/oauth/token</a></p>\n<p>PRODUCTION: <a href=\"https://api.littlebigconnection.com/oauth/token\">https://api.littlebigconnection.com/oauth/token</a></p>\n<h2 id=\"basic-authentication-with-partnerid\">Basic Authentication with PartnerId</h2>\n<p>You must provide your credentials and your partner identifier with every<br>request.</p>\n<p><strong>Authentication header</strong></p>\n<ul>\n<li><p>Username: Email provided by Support</p>\n</li>\n<li><p>Password: Password (or API Key) provided by Support</p>\n</li>\n</ul>\n<p><strong>Additional header</strong></p>\n<ul>\n<li>PartnerId: Provided by Support</li>\n</ul>\n<h1 id=\"endpoints\">Endpoints</h1>\n<p><strong>Production server</strong> : <a href=\"https://api.littlebigconnection.com/\">https://api.littlebigconnection.com/</a></p>\n<p><strong>UAT server</strong> : <a href=\"https://api-uat.littlebigconnection.com/\">https://api-uat.littlebigconnection.com/</a></p>\n<p><strong>Preview server</strong> : <a href=\"https://api-preview.littlebigconnection.com/\">https://api-preview.littlebigconnection.com/</a></p>\n<h1 id=\"data-formats\">Data formats</h1>\n<p>Below are formats for data types (date, number etc.) used for query<br>parameters, in request bodies and in JSON responses.</p>\n<table><tbody><tr><th>Type</th><th>Format</th><th>Definition</th></tr><tr><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sequence of characters.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>byte</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Base64-encoded characters.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Full date notation according to <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">ISO 8601 format</a> (YYYY-MM-DD).</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date-time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time notation according to <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">ISO 8601 format</a> (YYYYY-MM-DDThh:mm:ssZ).</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email address format, as defined by <a href=\"https://tools.ietf.org/html/rfc5322\">RFC 5322</a> (sections 3.2.3 and 3.4.1) and <a href=\"https://tools.ietf.org/html/rfc5321\">RFC 5321</a>.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integer numbers.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Floating-point numbers.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type boolean represents two values: true and false.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Usage Limits","slug":"usage-limits"},{"content":"Authentication","slug":"authentication"},{"content":"Endpoints","slug":"endpoints"},{"content":"Data formats","slug":"data-formats"}],"owner":"19835385","collectionId":"21e2dac6-fb48-4980-878a-1587c85cb53d","publishedId":"2sB3WwqH2w","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-17T11:32:09.000Z"},"item":[{"name":"Auth","item":[{"name":"Request for an OAuth 2.0 access token","id":"ccd8ac0f-e0c3-4501-824b-81b99746f35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token","description":"<p>This operation allows you to request an OAuth 2.0 access token using the client credentials grant type. \nThe access token can be used to authenticate API requests on behalf of the client application.</p>\n<p><strong>Note:</strong> Ensure that you have the necessary client credentials (client ID and client secret) to successfully obtain the access token. Check with </p>\n","urlObject":{"path":["oauth","token"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[]}},"response":[{"id":"16c51119-fa30-421b-a59a-265f5bb9de95","name":"Successful response for requesting an OAuth token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"eyJzYQ...\",\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 86400\n}"},{"id":"17250c5c-5d6e-42b9-a5c7-cbaaa528bf88","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"error_code\",\n  \"error_description\": \"Error description\"\n}"},{"id":"7292ed07-3556-4102-9b68-a9e7764b1a51","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"access_denied\",\n  \"error_description\": \"Unauthorized\"\n}"},{"id":"1754af6d-32c0-4b3f-9f2d-2753b4dc442e","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"9da711ca-f36c-41a4-acf2-beee27eb3636","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"7abd27b7-d58e-4fe7-9289-cd1dc235c864","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\",\n  \"client_id\": \"your-client-id\",\n  \"client_secret\": \"your-client-secret\",\n  \"audience\": \"external-client-api-v2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/oauth/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"ccd8ac0f-e0c3-4501-824b-81b99746f35e"}],"id":"d507f922-4310-4835-a12d-962e7dee3e5e","description":"<p>Authentication and Authorization</p>\n","_postman_id":"d507f922-4310-4835-a12d-962e7dee3e5e","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Proposals","item":[{"name":"Get details of a proposal","id":"0e4c40ec-03b5-4f55-bcf0-1e9564ae94c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","description":"<p>Returns the details of a specific proposal.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","proposals",":proposalId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"d36892eb-d6c1-47b2-9f34-b7912f63f680","description":{"content":"<p>(Required) Unique identifier of the proposal, such as 'PROP-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PROP-6502-3-1","key":"proposalId"}]}},"response":[{"id":"4693fa5c-e59c-4fea-8615-3aabb8f18256","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"supplier\": {\n    \"name\": \"CTL Consulting\",\n    \"legalIdentifier\": \"1234569\",\n    \"externalId\": \"SUP_IT_010\",\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"statuses\": [\n        \"disability\",\n        \"disability\",\n        \"disability\",\n        \"disability\",\n        \"disability\"\n      ]\n    }\n  },\n  \"workUnitPrice\": {\n    \"amount\": 216,\n    \"currency\": \"EUR\"\n  },\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n  \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n  \"status\": \"selected\",\n  \"dailyFees\": [\n    {\n      \"type\": \"office\",\n      \"unitPrice\": {\n        \"amount\": 18,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Office location\"\n    },\n    {\n      \"type\": \"office\",\n      \"unitPrice\": {\n        \"amount\": 18,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Office location\"\n    }\n  ],\n  \"disponibilityDate\": \"2020-01-20\"\n}"},{"id":"4e24a67b-430c-427c-b0dc-9995f705b2db","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"f7089f58-fa4e-44e2-b4b2-7aa3ed560189","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"eb5a8a1d-517c-41cd-ba8b-d24ee70fc5dd","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"56a491b4-4433-4cca-ae69-8bdd29c2f74f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"53ea2295-f5d8-4c55-af56-2e70ef22e9b3","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"7bb0df7f-1938-4138-b345-f36f88d46141","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"e2b337c6-fc79-4957-830f-4144784b4e1e","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId"],"variable":[{"key":"proposalId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"0e4c40ec-03b5-4f55-bcf0-1e9564ae94c4"},{"name":"List available documents","id":"9753d07f-d1e9-4532-b68e-d03fdc30da40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","description":"<p>Returns the list of the available documents in the Proposal.</p>\n<p>This endpoint is used to retrieve all documents associated with a specific proposal. \nIt can be used to display available documents to users or for further processing.</p>\n<p>Possible document types are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type of Document</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>technicalFinancial</td>\n<td>Technical and financial document</td>\n</tr>\n<tr>\n<td>skillsMatrix</td>\n<td>Skills matrix document</td>\n</tr>\n<tr>\n<td>legalDocument</td>\n<td>Charter and legal document</td>\n</tr>\n<tr>\n<td>other</td>\n<td>Other types of documents uploaded</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example use case:</p>\n<ul>\n<li>A user wants to view all documents related to a proposal.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","proposals",":proposalId","documents"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"d3e30ba6-29e8-4f95-9535-9cd188b7c606","description":{"content":"<p>(Required) Unique identifier of the proposal, such as 'PROP-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PROP-6502-3-1","key":"proposalId"}]}},"response":[{"id":"e0147236-f473-474d-96d1-56132a191917","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"documents\": [\n    {\n      \"id\": \"P_OJ7cVPMvqqws1ofEzaHw\",\n      \"type\": \"technicalFinancial\",\n      \"fileName\": \"attachment.pdf\",\n      \"uploadDateTime\": \"2024-01-02T00:00:00Z\",\n      \"uploadedBy\": {\n        \"firstName\": \"Nicolas\",\n        \"lastName\": \"Dupont\"\n      },\n      \"link\": \"/proposals/PROP-1234-1-1/documents/P_OJ7cVPMvqqws1ofEzaHw\"\n    }\n  ]\n}"},{"id":"ac83076b-c338-4a09-bb57-08a957f3449e","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"bef27c46-20a4-40bb-a01c-062c86b3b07d","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"3d77fcb2-cee5-48f8-86b7-434b77cadd48","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"134b5abf-46ef-4e87-a462-a74fac358f77","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"69e1d6d0-c01b-488c-8e28-c1c3f017c6e7","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"7d9ad229-7ff6-4e70-b4ba-e520d850bf3a","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"b0d0cf73-ea8f-419f-bde6-5b0176c93e32","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"e7e5123d-afea-4db1-89a2-4a8db3065aa6","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents"],"variable":[{"key":"proposalId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"9753d07f-d1e9-4532-b68e-d03fdc30da40"},{"name":"Get Proposal Document","id":"ff5b156c-1158-4398-9ecc-05a50e7583c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","description":"<p>Returns the selected document from the Proposal. </p>\n<p>The documentId is required to identify the document within the Proposal.</p>\n<p>The documentId can accept following values considered as predefined of list of documents: </p>\n<ul>\n<li>statementOfWork : Will return the Statement of Work document of the Proposal.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","proposals",":proposalId","documents",":documentId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"0cfc01e7-59fd-4043-92c3-dfe90314304c","description":{"content":"<p>(Required) Unique identifier of the Proposal.</p>\n","type":"text/plain"},"type":"any","value":"PROP-6502-3-1","key":"proposalId"},{"id":"027ee558-d6a8-4690-bf0b-2e000f992268","description":{"content":"<p>(Required) Unique identifier of the Document.</p>\n","type":"text/plain"},"type":"any","value":"P_OJ7cVPMvqqws1ofEzaHw","key":"documentId"}]}},"response":[{"id":"faa7f50d-6aa7-4ac9-9a04-0c4463beae35","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"deserunt ut laborum voluptate"},{"id":"63e691d5-e7b9-4f30-bcdd-37c7b89f92d9","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"630c03e8-d3f2-46f4-baab-79fce0a88dc1","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"0307d271-b49d-4759-b07a-498f9986f47c","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"b19c39a8-9743-4c04-be4d-603f21bf3f8c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"ca5800fa-2806-4aa4-94b1-a2c575a0890d","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"2f9b11ad-79ee-4202-953d-f98d2ee4ddfb","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"8cea8fc8-c724-4ec1-9807-95bb2d1a62a6","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"ee2aad21-0da6-4ed6-baf1-924d3555490e","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/:proposalId/documents/:documentId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals",":proposalId","documents",":documentId"],"variable":[{"key":"proposalId"},{"key":"documentId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"ff5b156c-1158-4398-9ecc-05a50e7583c4"},{"name":"List & search proposals","id":"831691c8-b8e9-48f3-ab80-a88e1655758e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","description":"<p>Use this service to retrieve a list of proposals. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the proposals ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","proposals","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"}],"variable":[]}},"response":[{"id":"3cc2839c-2b6d-4bd4-9b6e-e0266db9b758","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 1,\n  \"startAt\": 0,\n  \"maxResults\": 100,\n  \"proposals\": [\n    {\n      \"id\": \"PROP-6502-3-1\",\n      \"requestForProposalId\": \"RFP-6502-3\",\n      \"supplier\": {\n        \"name\": \"CTL Consulting\",\n        \"legalIdentifier\": \"1234569\",\n        \"externalId\": \"SUP_IT_010\",\n        \"seller\": {\n          \"firstName\": \"François\",\n          \"lastName\": \"Lucien\",\n          \"email\": \"francois.lucien@gmail.com\"\n        },\n        \"consultant\": {\n          \"firstName\": \"Jean-Paul\",\n          \"lastName\": \"Montard\",\n          \"statuses\": []\n        }\n      },\n      \"workUnitPrice\": {\n        \"amount\": 216,\n        \"currency\": \"EUR\"\n      },\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n      \"disponibilityDate\": \"2020-01-20\",\n      \"status\": \"selected\",\n      \"dailyFees\": [\n        {\n          \"type\": \"office\",\n          \"unitPrice\": {\n            \"amount\": 18,\n            \"currency\": \"EUR\"\n          },\n          \"description\": \"Office location\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"f8b12799-4b7e-48db-a3b4-b88123fd9b4a","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b88ca842-e7eb-4681-ba57-70c0e1dae1ab","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"64b22cac-72ee-45b6-be61-b5d5cfff3ecc","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"d2def9aa-42fc-4624-8ac8-95d69c35d8c8","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"067eec3d-a5ca-4119-a59d-4e2c9c85bd4c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"2f636a38-92e0-4c1d-8993-cb7b81f964c1","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"b5104f79-a572-44cf-952f-8c24656dd433","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"c9c0fed3-9d75-4b46-96d5-b7a490c947aa","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PROP-6502-3-1\",\n  \"requestForProposalId\": \"RFP-6502-3\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\",\n  \"status\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/proposals/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","proposals","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"831691c8-b8e9-48f3-ab80-a88e1655758e"}],"id":"c1e1e765-b3fa-48cf-b814-09a9f3f18ba2","description":"<p>Information about Proposals</p>\n","_postman_id":"c1e1e765-b3fa-48cf-b814-09a9f3f18ba2","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Requests for Proposal","item":[{"name":"Get details of a request for proposal","id":"7dd6c275-a32a-42bb-81a3-a8274877d19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","description":"<p>Returns the details of a specific request for proposal.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","requestsForProposal",":requestForProposalId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"1f4351e8-13c2-4e1c-95a1-8f60e8c20923","description":{"content":"<p>(Required) Unique identifier of the request for proposal, such as 'RFP-6502-3'.</p>\n","type":"text/plain"},"type":"any","value":"RFP-6502-3","key":"requestForProposalId"}]}},"response":[{"id":"45bfe5cf-66aa-438e-a325-b3c7debc05c6","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"RFP-6502-3\",\n  \"missionId\": 6502,\n  \"renewalId\": 3,\n  \"type\": \"simple\",\n  \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n  \"entity\": {\n    \"name\": \"LittleBig Connection Paris\",\n    \"externalId\": \"LBCPA\"\n  },\n  \"legalEntity\": {\n    \"name\": \"LittleBig Connection Ile de France\",\n    \"externalId\": \"LBCIDF\",\n    \"region\": {\n      \"countryName\": \"Canada\",\n      \"countryCode\": \"CA\",\n      \"provinceName\": \"Quebec\",\n      \"provinceCode\": \"CA-QC\"\n    }\n  },\n  \"status\": \"published\",\n  \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n  \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n  \"projectCodes\": [\n    \"ID2020.FR45.5\",\n    \"ID2020.FR45.5\"\n  ],\n  \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n  \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n  \"estimatedMissionStartDate\": \"2020-02-01\",\n  \"estimatedMissionEndDate\": \"2021-01-01\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 60,\n  \"maxBudget\": {\n    \"amount\": 500,\n    \"currency\": \"EUR\"\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionLocation\": {\n    \"name\": \"LBC Paris\",\n    \"externalId\": \"LBCIDF\",\n    \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n  },\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"buyer\": {\n    \"firstName\": \"Hélène\",\n    \"lastName\": \"Smith\",\n    \"email\": \"helene.smith@gmail.com\"\n  },\n  \"workFlow\": [\n    {\n      \"index\": 1,\n      \"entity\": {\n        \"name\": \"LBC France\",\n        \"externalId\": \"LBCFR\"\n      },\n      \"validator\": {\n        \"firstName\": \"Benoît\",\n        \"lastName\": \"Charbonnier\",\n        \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n      },\n      \"status\": \"validated\",\n      \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n      \"comment\": \"Ok for publication\"\n    },\n    {\n      \"index\": 1,\n      \"entity\": {\n        \"name\": \"LBC France\",\n        \"externalId\": \"LBCFR\"\n      },\n      \"validator\": {\n        \"firstName\": \"Benoît\",\n        \"lastName\": \"Charbonnier\",\n        \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n      },\n      \"status\": \"validated\",\n      \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n      \"comment\": \"Ok for publication\"\n    }\n  ],\n  \"targets\": {\n    \"marketplace\": {\n      \"consultingCompanies\": true,\n      \"freelances\": true\n    },\n    \"direct\": {\n      \"seller\": {\n        \"companyName\": \"IT Solutions\",\n        \"firstName\": \"Jeanne\",\n        \"lastName\": \"Bonvier\"\n      },\n      \"externalSeller\": \"jean.ferdinant@gmail.com\"\n    },\n    \"preferredSuppliersList\": [\n      {\n        \"name\": \"Suppliers specialized in application development\",\n        \"companies\": [\n          {\n            \"name\": \"CTL Consulting\",\n            \"legalIdentifier\": \"1234569\",\n            \"externalId\": \"SUP_IT_010\"\n          },\n          {\n            \"name\": \"CTL Consulting\",\n            \"legalIdentifier\": \"1234569\",\n            \"externalId\": \"SUP_IT_010\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Suppliers specialized in application development\",\n        \"companies\": [\n          {\n            \"name\": \"CTL Consulting\",\n            \"legalIdentifier\": \"1234569\",\n            \"externalId\": \"SUP_IT_010\"\n          },\n          {\n            \"name\": \"CTL Consulting\",\n            \"legalIdentifier\": \"1234569\",\n            \"externalId\": \"SUP_IT_010\"\n          }\n        ]\n      }\n    ]\n  },\n  \"proposalCount\": 5,\n  \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n  \"statusDetail\": {\n    \"purchaseOrderStarted\": false,\n    \"waitingForProfileCreation\": false,\n    \"fullTeam\": {\n      \"requiredProfiles\": 1,\n      \"validatedProfiles\": 1\n    },\n    \"extensionRefused\": false,\n    \"waitingForLBCApproval\": false,\n    \"waitingForBuyerValidation\": false,\n    \"waitingExtensionValidation\": false,\n    \"deleted\": false,\n    \"closed\": false\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"CustomField1\",\n      \"value\": \"Maintenance / Overhaul.\"\n    },\n    {\n      \"externalId\": \"CustomField1\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"spendingLine\": {\n    \"name\": \"IT application development\",\n    \"externalId\": \"DEV-IT-APP\",\n    \"budgetName\": \"IT department\",\n    \"budgetExternalId\": \"DEV-IT\"\n  },\n  \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n  \"lastUpdateUser\": {\n    \"firstName\": \"Julien\",\n    \"lastName\": \"Alvarez\",\n    \"email\": \"julien.alvarez@littlebigconnection.com\"\n  },\n  \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n  \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\"\n}"},{"id":"d26bf9ad-b8d9-4891-97fb-67dfd940fadc","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"6a1c296c-7b6f-4634-877a-bafec07a16a5","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"4a27f888-f75c-4b6c-b74b-55fe55f0fd4a","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"13b0d49c-814b-4477-960e-dc6f78d6404f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"8960c16b-4ca8-436d-8767-1a45e9d6fbd5","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"03d6e17c-cc56-4bb6-974e-632c1abdd765","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"045753df-f024-4a38-8bb8-386def8f50a5","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/:requestForProposalId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal",":requestForProposalId"],"variable":[{"key":"requestForProposalId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"7dd6c275-a32a-42bb-81a3-a8274877d19f"},{"name":"List & search requests for proposal","id":"782c83b1-77e6-40b1-ae76-b745bc1c5612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","description":"<p>Use this service to retrieve a list of requests for proposal. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the requests for proposal ordered by last modification  date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","requestsForProposal","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"}],"variable":[]}},"response":[{"id":"707fc035-e69b-4ed6-b9b0-b6dc46253fe2","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 1,\n  \"startAt\": 0,\n  \"maxResults\": 100,\n  \"requestsForProposal\": [\n    {\n      \"id\": \"RFP-6502-3\",\n      \"missionId\": 6502,\n      \"renewalId\": 2,\n      \"type\": \"simple\",\n      \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n      \"entity\": {\n        \"name\": \"LittleBig Connection Paris\",\n        \"externalId\": \"LBCPA\"\n      },\n      \"legalEntity\": {\n        \"name\": \"LittleBig Connection Ile de France\",\n        \"externalId\": \"LBCIDF\",\n        \"region\": {\n          \"countryName\": \"Canada\",\n          \"countryCode\": \"CA\",\n          \"provinceName\": \"Quebec\",\n          \"provinceCode\": \"CA-QC\"\n        }\n      },\n      \"status\": \"published\",\n      \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n      \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n      \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n      \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n      \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\",\n      \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n      \"projectCodes\": [\n        \"ID2020.FR45.5\"\n      ],\n      \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n      \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n      \"estimatedMissionStartDate\": \"2020-02-01\",\n      \"estimatedMissionEndDate\": \"2021-01-01\",\n      \"workUnit\": \"day\",\n      \"workUnitNumber\": 60,\n      \"maxBudget\": {\n        \"amount\": 500,\n        \"currency\": \"EUR\"\n      },\n      \"maxBudgetDisplayedToSupplier\": true,\n      \"missionLocation\": {\n        \"name\": \"LBC Paris\",\n        \"externalId\": \"LBCIDF\",\n        \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n      },\n      \"missionAdditionalDetails\": {\n        \"workSchedule\": \"notSpecified\",\n        \"remoteWork\": \"any\"\n      },\n      \"manager\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"buyer\": {\n        \"firstName\": \"Hélène\",\n        \"lastName\": \"Smith\",\n        \"email\": \"helene.smith@gmail.com\"\n      },\n      \"workFlow\": [\n        {\n          \"index\": 1,\n          \"entity\": {\n            \"name\": \"LBC France\",\n            \"externalId\": \"LBCFR\"\n          },\n          \"validator\": {\n            \"firstName\": \"Benoît\",\n            \"lastName\": \"Charbonnier\",\n            \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n          },\n          \"status\": \"pending\",\n          \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n          \"comment\": \"Ok for publication\"\n        }\n      ],\n      \"targets\": {\n        \"marketplace\": {\n          \"consultingCompanies\": true,\n          \"freelances\": true\n        },\n        \"direct\": {\n          \"seller\": {\n            \"companyName\": \"IT Solutions\",\n            \"firstName\": \"Jeanne\",\n            \"lastName\": \"Bonvier\"\n          },\n          \"externalSeller\": \"jean.ferdinant@gmail.com\"\n        },\n        \"preferredSuppliersList\": [\n          {\n            \"name\": \"Suppliers specialized in application development\",\n            \"companies\": [\n              {\n                \"name\": \"CTL Consulting\",\n                \"legalIdentifier\": \"1234569\",\n                \"externalId\": \"SUP_IT_010\"\n              }\n            ]\n          }\n        ]\n      },\n      \"proposalCount\": 5,\n      \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n      \"statusDetail\": {\n        \"purchaseOrderStarted\": false,\n        \"waitingForProfileCreation\": false,\n        \"fullTeam\": {\n          \"requiredProfiles\": 1,\n          \"validatedProfiles\": 1\n        },\n        \"extensionRefused\": false,\n        \"waitingForLBCApproval\": false,\n        \"waitingForBuyerValidation\": false,\n        \"waitingExtensionValidation\": false,\n        \"deleted\": false,\n        \"closed\": false\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"spendingLine\": {\n        \"name\": \"IT application development\",\n        \"externalId\": \"DEV-IT-APP\",\n        \"budgetName\": \"IT department\",\n        \"budgetExternalId\": \"DEV-IT\"\n      },\n      \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n      \"lastUpdateUser\": {\n        \"firstName\": \"Julien\",\n        \"lastName\": \"Alvarez\",\n        \"email\": \"julien.alvarez@littlebigconnection.com\"\n      }\n    }\n  ]\n}"},{"id":"2587bdd5-af09-4a86-a1de-5ccd30b0a210","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8253301e-03f2-4761-81f5-52b9f17a64d9","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"299274c0-3507-4399-9d25-fa50d0721a20","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"5b4477b3-17bb-4b16-86e2-02d26db41b4e","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"762fa914-a03e-43e6-8658-096f5c28227f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"26d5afcd-9933-42d8-a504-96b1d58030b2","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"090a1c72-0e94-4850-bf80-a3d7c321e71d","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"7eaf3fa2-31d0-4319-9587-d0309798b282","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"RFP-6502-3\",\n  \"status\": \"published\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"782c83b1-77e6-40b1-ae76-b745bc1c5612"},{"name":"Create a draft Request for Proposals","id":"5133beb1-5963-4771-9ad6-2fa9313e87e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts","description":"<p>Use this service to create a draft Request for Proposals. \nRequired fields create the draft are: </p>\n<ul>\n<li><code>missionTitle</code> </li>\n<li><code>entity.externalId</code></li>\n</ul>\n<p>When assigning the manager email, the draft RFP will be created on his/her behalf.  Otherwise, the creator will be, in this priority:\n  1- The manager associated to the entity.\n  2- The user that is assigned to the API authorization.</p>\n<p>There's a limitation of 100 drafts created for a given manager (defined by the email or taken default from the entity).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","requestsForProposal","drafts"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[]}},"response":[{"id":"e2198ecc-f346-4f29-8035-4579d3b51c4b","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"draft\": {\n      \"id\": \"672a436d95d4c568bdd9109c\"\n    }\n  }\n}"},{"id":"265255b9-6b9d-4129-b681-be4cf5901660","name":"Entity-Doesnt-Exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Provided entity {entity.externalId}, doesn't exist. Please check your Entity settings\"\n}"},{"id":"4b08b4c7-5240-44c0-8531-14cbb8ba1c1f","name":"User-Doesnt-Exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Provided user {email} doesn't exist in the Entity {entity.externalId}\"\n}"},{"id":"780d3339-c9da-4724-b9eb-981b5c8ef66f","name":"CustomField-Doesnt-Exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Provided Custom Field {customField.externalId} doesn't exist in the Entity {entity.externalId}.\"\n}"},{"id":"18d2c824-4d7e-4950-a089-16250e54b2c9","name":"CustomField-Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom Field {customField.externalId} has an invalid value {customField.value}.\"\n}"},{"id":"64f17553-1c23-4ef6-a17d-99f9676dfcd8","name":"Max-Draft-RFP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You have reached the max number of draft RFP created for the user : john.doe@example.com\"\n}"},{"id":"d6bfb550-9152-4f90-b2e0-a99e89f54d2d","name":"Wrong-Schema","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid request body\"\n}"},{"id":"a7458915-c8f8-4ccf-b7e9-208d40a94ad8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"59b18036-9860-413e-a4c7-41adaf1ba369","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"b801a250-6ed2-46c6-8731-5c5427189592","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"5eba85a3-356b-490d-8f68-5b076345fd18","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"entity\": {\n    \"externalId\": \"LBCPA\"\n  },\n  \"missionContext\": \"We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.\",\n  \"missionDeliverables\": \"Develop new frontend for daily user activities\",\n  \"estimatedPurchaseOrderDuration\": 3,\n  \"estimatedMissionStartDate\": \"2024-02-01\",\n  \"workUnit\": \"day\",\n  \"manager\": {\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"maxBudget\": {\n    \"amount\": 500\n  },\n  \"maxBudgetDisplayedToSupplier\": true,\n  \"missionAdditionalDetails\": {\n    \"workSchedule\": \"notSpecified\",\n    \"remoteWork\": \"any\"\n  },\n  \"missionLocation\": {\n    \"externalId\": \"LBCIDF\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"5133beb1-5963-4771-9ad6-2fa9313e87e2"},{"name":"Upload a document to an existing Draft RFP","id":"bda009ab-e29d-43e2-821e-89eeda363f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)</p>\n","key":"file","type":"file","value":null}]},"url":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","description":"<p>Use this service to upload a document and attach it to a draft Request for Proposals. </p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"9e513d29-e423-48dd-85b3-b5a82095a116","description":{"content":"<p>(Required) Unique identifier of the Draft RFP.</p>\n","type":"text/plain"},"type":"any","value":"672a436d95d4c568bdd9109a","key":"draftRfpId"}]}},"response":[{"id":"780ad135-638c-4cf0-bcba-54b1936e1cb2","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"12345\"\n}"},{"id":"45293917-c939-46b1-8532-90146f1a9cc0","name":"multipleAttachments","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Only one attachment is accepted per request.\"\n}"},{"id":"def75b06-4a03-429c-b0b9-2ed43ce2312d","name":"maxAttachmentsExceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The max number of attachments was exceeded for the Draft RFP. Number of documents attached for the Draft RFP: {number of received attachments}, maximum number of attachments: {max accepted attachments config}.\"\n}"},{"id":"19624c28-4cdf-4e90-b19b-e2b7d633d01f","name":"invalidFileType","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong attachment file type {received file type}. Accepted types: PDF, XLS, XLSX, XLSM\"\n}"},{"id":"149675ef-61f4-4cff-93a9-40686a35a40e","name":"maxSizeExceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The attachment {attachment.fileName} exceeds the maximum allowed size: {max size}\"\n}"},{"id":"04dd1f6b-ad3d-46a7-ae59-223fd9ef8651","name":"maxPagesExceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The attachment {attachment.fileName} exceeds the maximum allowed number of pages: {max pages}\"\n}"},{"id":"7c9d313e-ab95-4551-a155-ec83fa55e8ba","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"22ec4657-a5e5-4214-983a-e80eb91b0e59","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"e1eef50c-4686-4a64-a648-a5ca83d3ebed","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"d6cec898-7041-4de8-b71b-80c13621f17d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"The file to upload (supported types: .pdf, .xls, .xlsx, .xlsm, .doc, .docx)","key":"file","type":"file"}]},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/requestsForProposal/drafts/:draftRfpId/documents","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","requestsForProposal","drafts",":draftRfpId","documents"],"variable":[{"key":"draftRfpId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"bda009ab-e29d-43e2-821e-89eeda363f3a"}],"id":"bcd7ffe6-cca4-4e96-be55-1a22c6546d30","description":"<h2 id=\"request-for-proposal-status-mapping\">Request for proposal status mapping</h2>\n<p>In request for proposals, the object status provide two type of details :</p>\n<ul>\n<li><p><code>status</code> is kind of binary and regroups many statuses on one value based\non the latest status RFP has reached</p>\n</li>\n<li><p><code>statusDetail</code> gives the list of thinest status on the platform</p>\n</li>\n</ul>\n<p>Following mapping can be used to understand better what could be retrieved:</p>\n<table> <thead> <tr> <th>Platform status</th> <th>Value</th> <th>Detail</th> <th>Comment</th> </tr> </thead> <tbody> <tr> <td>Pending (En attente de validation)</td> <td>PendingValidation</td> <td>Status detail:<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: 0<br /> </td> <td>Workflow awaiting validation</td> </tr> <tr> <td>Draft (Brouillon)</td> <td>Draft</td> <td>\"Status detail:<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: 0\"<br /> </td> <td>Draft ongoing</td> </tr> <tr> <td>Published (Publié)</td> <td>Published</td> <td>\"Status detail:<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: 0\"<br /> </td> <td>Request for proposal has been validated for publication and is available for suppliers or the comunity</td> </tr> <tr> <td>Awaiting buyer validation (En attente de validation par l'acheteur)</td> <td>Published</td> <td>Status detail:<br /> - waitingForBuyerValidation: true<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: 0<br /> </td> <td>The operational manager has selected a candidate and his selection was sent to buyers for final selection</td> </tr> <tr> <td>Awaiting extension (Prolongation en attente)</td> <td>Published</td> <td>Status detail:<br /> - waitingForExtensionValidation: true<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: 0<br /> </td> <td>An extension has been requested and is pending supplier validation</td> </tr> <tr> <td>Purchase request pending validation (Demande d'achat en attente de validation)</td> <td>Published</td> <td>Status detail:<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> </td> <td>A purchase request has been created and is pending status update</td> </tr> <tr> <td>Started (Démarré)</td> <td>Closed</td> <td>Status detail:<br /> - purchaseOrderStarted: true<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> </td> <td>Purchase order has started</td> </tr> <tr> <td>Stand-by for verification of legal information (Vérification légale en cours)</td> <td>Closed</td> <td>Status detail:<br /> - purchaseOrderStarted: false<br /> - waitingForLBCAproval: true<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> </td> <td>Legal checks are ongoing on LittleBIG Connection's side</td> </tr> <tr> <td>Closed (Clos)</td> <td>Closed</td> <td>Status detail:<br /> - purchaseOrderStarted: false<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> - closed: true<br /> </td> <td>Request for proposal has been closed</td> </tr> <tr> <td>Deleted (Supprimé)</td> <td>Closed</td> <td>Status detail:<br /> - purchaseOrderStarted: false<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> - deleted: true<br /> </td> <td>Request for proposal has been deleted (No show, ...)</td> </tr> <tr> <td>Profile pending creation (En attente de création du profil)</td> <td>Closed</td> <td>Status detail:<br /> - purchaseOrderStarted: false<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> - waitingForProfileCreation: true<br /> </td> <td>Selected profile is not yet created on the LittleBIG Connection platform</td> </tr> <tr> <td>Refused (Publication refusée)</td> <td>Closed</td> <td></td> <td>Buyer has refused the publication of the request for proposal</td> </tr> <tr> <td>Team full (Equipe complète)</td> <td>Closed</td> <td></td> <td>All required profiles are selected for the request for proposal</td> </tr> <tr> <td>Extension refused by supplier (Prolongation refusée par le prestataire)</td> <td>Closed</td> <td>Status detail:<br /> - purchaseOrderStarted: false<br /> - requestedProfiles: number of requested profiles<br /> - validatedProfiles: number of selected profiles<br /> - waitingForProfileCreation: true<br /> </td> <td>Supplier has refused the extension</td> </tr> </tbody> </table>'","_postman_id":"bcd7ffe6-cca4-4e96-be55-1a22c6546d30","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Purchase Requests","item":[{"name":"Get details of a purchase request","id":"48472624-daaa-4493-bf2b-e3aa1b6a4bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","description":"<p>Returns the details of a specific purchase request.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseRequests",":purchaseRequestId"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>If true, includes the request for proposal and the proposal that leads to the resource</p>\n","type":"text/plain"},"key":"withAncestors","value":"false"},{"description":{"content":"<p>Retrieve the project’s cost breakdown (only if available).</p>\n","type":"text/plain"},"key":"costBreakdown","value":"false"}],"variable":[{"id":"f05f3639-fe51-4562-9755-cb0c056d96fa","description":{"content":"<p>(Required) Unique identifier of the purchase order, such as 'PR-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PR-6502-3-1","key":"purchaseRequestId"}]}},"response":[{"id":"14bf29e3-4269-4def-894e-3bc900835630","name":"Without-Ancestors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"startedPurchaseOrderExternalId\": \"766246\",\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2020-02-01\",\n    \"endDate\": \"2020-05-01\",\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"costForecast\": {\n      \"totalAmount\": {\n        \"amount\": 8640,\n        \"currency\": \"EUR\"\n      }\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"Additional information\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n}"},{"id":"b3c68755-707b-46fc-b198-e5d0af9051d0","name":"With-Ancestors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"startedPurchaseOrderExternalId\": \"766246\",\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2020-02-01\",\n    \"endDate\": \"2020-05-01\",\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"costForecast\": {\n      \"totalAmount\": {\n        \"amount\": 8640,\n        \"currency\": \"EUR\"\n      }\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"Additional information\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n  \"requestForProposal\": {\n    \"id\": \"RFP-6502-3\",\n    \"missionId\": 6502,\n    \"renewalId\": 2,\n    \"type\": \"simple\",\n    \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n    \"entity\": {\n      \"name\": \"LittleBig Connection Paris\",\n      \"externalId\": \"LBCPA\"\n    },\n    \"legalEntity\": {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBCIDF\",\n      \"region\": {\n        \"countryName\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"provinceName\": \"Quebec\",\n        \"provinceCode\": \"CA-QC\"\n      }\n    },\n    \"status\": \"published\",\n    \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n    \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n    \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n    \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n    \"projectCodes\": [\n      \"ID2020.FR45.5\"\n    ],\n    \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n    \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n    \"estimatedMissionStartDate\": \"2020-02-01\",\n    \"estimatedMissionEndDate\": \"2021-01-01\",\n    \"workUnit\": \"day\",\n    \"workUnitNumber\": 60,\n    \"maxBudget\": {\n      \"amount\": 500,\n      \"currency\": \"EUR\"\n    },\n    \"maxBudgetDisplayedToSupplier\": true,\n    \"missionLocation\": {\n      \"name\": \"LBC Paris\",\n      \"externalId\": \"LBCIDF\",\n      \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n    },\n    \"missionAdditionalDetails\": {\n      \"workSchedule\": \"notSpecified\",\n      \"remoteWork\": \"any\"\n    },\n    \"manager\": {\n      \"firstName\": \"Isabelle\",\n      \"lastName\": \"Duverger\",\n      \"email\": \"isabelle.duverger@gmail.com\"\n    },\n    \"buyer\": {\n      \"firstName\": \"Hélène\",\n      \"lastName\": \"Smith\",\n      \"email\": \"helene.smith@gmail.com\"\n    },\n    \"workFlow\": [\n      {\n        \"index\": 1,\n        \"entity\": {\n          \"name\": \"LBC France\",\n          \"externalId\": \"LBCFR\"\n        },\n        \"validator\": {\n          \"firstName\": \"Benoît\",\n          \"lastName\": \"Charbonnier\",\n          \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n        },\n        \"status\": \"validated\",\n        \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n        \"comment\": \"Ok for publication\"\n      }\n    ],\n    \"targets\": {\n      \"marketplace\": {\n        \"consultingCompanies\": true,\n        \"freelances\": true\n      },\n      \"direct\": {\n        \"seller\": {\n          \"companyName\": \"IT Solutions\",\n          \"firstName\": \"Jeanne\",\n          \"lastName\": \"Bonvier\"\n        },\n        \"externalSeller\": \"jean.ferdinant@gmail.com\"\n      },\n      \"preferredSuppliersList\": [\n        {\n          \"name\": \"Suppliers specialized in application development\",\n          \"companies\": [\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            }\n          ]\n        }\n      ]\n    },\n    \"proposalCount\": 5,\n    \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n    \"statusDetail\": {\n      \"purchaseOrderStarted\": false,\n      \"waitingForProfileCreation\": false,\n      \"fullTeam\": {\n        \"requiredProfiles\": 1,\n        \"validatedProfiles\": 1\n      },\n      \"extensionRefused\": false,\n      \"waitingForLBCApproval\": false,\n      \"waitingForBuyerValidation\": false,\n      \"waitingExtensionValidation\": false,\n      \"deleted\": false,\n      \"closed\": false\n    },\n    \"customFields\": [\n      {\n        \"externalId\": \"Expense_Type\",\n        \"value\": \"Maintenance / Overhaul.\"\n      }\n    ],\n    \"spendingLine\": {\n      \"name\": \"IT application development\",\n      \"externalId\": \"DEV-IT-APP\",\n      \"budgetName\": \"IT department\",\n      \"budgetExternalId\": \"DEV-IT\"\n    },\n    \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n    \"lastUpdateUser\": {\n      \"firstName\": \"Julien\",\n      \"lastName\": \"Alvarez\",\n      \"email\": \"julien.alvarez@littlebigconnection.com\"\n    }\n  },\n  \"selectedProposal\": {\n    \"id\": \"PROP-6502-3-1\",\n    \"requestForProposalId\": \"RFP-6502-3\",\n    \"supplier\": {\n      \"name\": \"CTL Consulting\",\n      \"legalIdentifier\": \"1234569\",\n      \"externalId\": \"SUP_IT_010\",\n      \"seller\": {\n        \"firstName\": \"François\",\n        \"lastName\": \"Lucien\",\n        \"email\": \"francois.lucien@gmail.com\"\n      },\n      \"consultant\": {\n        \"firstName\": \"Jean-Paul\",\n        \"lastName\": \"Montard\",\n        \"statuses\": []\n      }\n    },\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n    \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n    \"disponibilityDate\": \"2020-01-20\",\n    \"status\": \"selected\",\n    \"dailyFees\": [\n      {\n        \"type\": \"office\",\n        \"unitPrice\": {\n          \"amount\": 18,\n          \"currency\": \"EUR\"\n        },\n        \"description\": \"Office location\"\n      }\n    ]\n  }\n}"},{"id":"d3fcaf82-5fa3-483f-af9d-a1f2f87062e6","name":"With-Forecast-Breakdown","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"startedPurchaseOrderExternalId\": \"766246\",\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2020-02-01\",\n    \"endDate\": \"2020-05-01\",\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"costForecast\": {\n      \"totalAmount\": {\n        \"amount\": 8640,\n        \"currency\": \"EUR\"\n      },\n      \"breakdown\": {\n        \"periods\": [\n          {\n            \"period\": 1,\n            \"money\": {\n              \"amount\": 8640,\n              \"currency\": \"EUR\"\n            },\n            \"units\": {\n              \"workUnit\": \"day\",\n              \"workUnitNumber\": 3.5\n            }\n          },\n          {\n            \"period\": 2,\n            \"money\": {\n              \"amount\": 8640,\n              \"currency\": \"EUR\"\n            },\n            \"units\": {\n              \"workUnit\": \"day\",\n              \"workUnitNumber\": 3.5\n            }\n          }\n        ]\n      }\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"Additional information\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n}"},{"id":"a975d846-a584-42bc-be69-ecb08294474d","name":"With-Forecast-Breakdown-Units","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"startedPurchaseOrderExternalId\": \"766246\",\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2020-02-01\",\n    \"endDate\": \"2020-05-01\",\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"costForecast\": {\n      \"totalAmount\": {\n        \"amount\": 8640,\n        \"currency\": \"EUR\"\n      },\n      \"breakdown\": {\n        \"periods\": [\n          {\n            \"period\": 1,\n            \"units\": {\n              \"workUnit\": \"day\",\n              \"workUnitNumber\": 3.5\n            }\n          },\n          {\n            \"period\": 2,\n            \"units\": {\n              \"workUnit\": \"day\",\n              \"workUnitNumber\": 3.5\n            }\n          }\n        ]\n      }\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"Additional information\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n}"},{"id":"4446971f-9ffc-457e-b3e8-758aabbdb0f7","name":"With-Forecast-Breakdown-Money","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"startedPurchaseOrderExternalId\": \"766246\",\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2020-02-01\",\n    \"endDate\": \"2020-05-01\",\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"costForecast\": {\n      \"totalAmount\": {\n        \"amount\": 8640,\n        \"currency\": \"EUR\"\n      },\n      \"breakdown\": {\n        \"periods\": [\n          {\n            \"period\": 1,\n            \"money\": {\n              \"amount\": 4320,\n              \"currency\": \"EUR\"\n            }\n          },\n          {\n            \"period\": 2,\n            \"money\": {\n              \"amount\": 4320,\n              \"currency\": \"EUR\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"Additional information\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n}"},{"id":"1df790dd-2ff1-4f25-9191-b892f47d4938","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"b7c370d6-44f1-4dd6-ad4e-57f73abe4231","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"de820c7e-5ec4-420a-b773-57b6ba9c9163","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"e4bc09b8-56c5-4276-bcf3-5061fe65ac23","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"06e6a581-e96d-47df-b3a1-bb5fdabd2a06","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"5aac256e-ba15-4d59-8469-d7f49293ad3e","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"a3757c55-b631-4ceb-9403-37787bfd71ed","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"d5e1ad50-ed5c-4b6e-8733-cd483a85bcea","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId?withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"purchaseRequestId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"48472624-daaa-4493-bf2b-e3aa1b6a4bcc"},{"name":"Partial update of a purchase request","id":"1bda1855-b69a-4b11-a8a2-bfbbba559bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","description":"<p>Update a specific purchase request. The endpoint allows to add an external identifier to the purchase request object. It also allows to change the purchase request status. You can validate it to generate a purchase order and start the mission or you can refuse it and add a specific message to indicate the reason to the platform users. All fields are optional, which allows to modify only the desired information in the object.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseRequests",":purchaseRequestId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"d3226aba-6c03-4e04-b1c6-9e0a86b5785f","description":{"content":"<p>(Required) Unique identifier of the purchase request, such as 'PR-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PR-6502-3-1","key":"purchaseRequestId"}]}},"response":[{"id":"cf352814-368a-4c66-870d-aa9f6911b1ae","name":"Validate Purchase Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"startedPurchaseOrderExternalId\": \"766246\",\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2020-02-01\",\n    \"endDate\": \"2020-05-01\",\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"costForecast\": {\n      \"totalAmount\": {\n        \"amount\": 8640,\n        \"currency\": \"EUR\"\n      }\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n  \"requestForProposal\": {\n    \"id\": \"RFP-6502-3\",\n    \"missionId\": 6502,\n    \"renewalId\": 2,\n    \"type\": \"simple\",\n    \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n    \"entity\": {\n      \"name\": \"LittleBig Connection Paris\",\n      \"externalId\": \"LBCPA\"\n    },\n    \"legalEntity\": {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBCIDF\",\n      \"region\": {\n        \"countryName\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"provinceName\": \"Quebec\",\n        \"provinceCode\": \"CA-QC\"\n      }\n    },\n    \"status\": \"draft\",\n    \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n    \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n    \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n    \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n    \"projectCodes\": [\n      \"ID2020.FR45.5\"\n    ],\n    \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n    \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n    \"estimatedMissionStartDate\": \"2020-02-01\",\n    \"estimatedMissionEndDate\": \"2021-05-01\",\n    \"workUnit\": \"day\",\n    \"workUnitNumber\": 69,\n    \"maxBudget\": {\n      \"amount\": 500,\n      \"currency\": \"EUR\"\n    },\n    \"maxBudgetDisplayedToSupplier\": true,\n    \"missionLocation\": {\n      \"name\": \"LBC Paris\",\n      \"externalId\": \"LBCIDF\",\n      \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n    },\n    \"missionAdditionalDetails\": {\n      \"workSchedule\": \"notSpecified\",\n      \"remoteWork\": \"any\"\n    },\n    \"manager\": {\n      \"firstName\": \"Isabelle\",\n      \"lastName\": \"Duverger\",\n      \"email\": \"isabelle.duverger@gmail.com\"\n    },\n    \"buyer\": {\n      \"firstName\": \"Hélène\",\n      \"lastName\": \"Smith\",\n      \"email\": \"helene.smith@gmail.com\"\n    },\n    \"workFlow\": [\n      {\n        \"index\": 1,\n        \"entity\": {\n          \"name\": \"LBC France\",\n          \"externalId\": \"LBCFR\"\n        },\n        \"validator\": {\n          \"firstName\": \"Benoît\",\n          \"lastName\": \"Charbonnier\",\n          \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n        },\n        \"status\": \"pending\",\n        \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n        \"comment\": \"Ok for publication\"\n      }\n    ],\n    \"targets\": {\n      \"marketplace\": {\n        \"consultingCompanies\": true,\n        \"freelances\": true\n      },\n      \"direct\": {\n        \"seller\": {\n          \"companyName\": \"IT Solutions\",\n          \"firstName\": \"Jeanne\",\n          \"lastName\": \"Bonvier\"\n        },\n        \"externalSeller\": \"jean.ferdinant@gmail.com\"\n      },\n      \"preferredSuppliersList\": [\n        {\n          \"name\": \"Suppliers specialized in application development\",\n          \"companies\": [\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            }\n          ]\n        }\n      ]\n    },\n    \"proposalCount\": 5,\n    \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n    \"statusDetail\": {\n      \"purchaseOrderStarted\": false,\n      \"waitingForProfileCreation\": false,\n      \"fullTeam\": {\n        \"requiredProfiles\": 1,\n        \"validatedProfiles\": 1\n      },\n      \"extensionRefused\": false,\n      \"waitingForLBCApproval\": false,\n      \"waitingForBuyerValidation\": false,\n      \"waitingExtensionValidation\": false,\n      \"deleted\": false,\n      \"closed\": false\n    },\n    \"customFields\": [\n      {\n        \"externalId\": \"Expense_Type\",\n        \"value\": \"Maintenance / Overhaul.\"\n      }\n    ],\n    \"spendingLine\": {\n      \"name\": \"IT application development\",\n      \"externalId\": \"DEV-IT-APP\",\n      \"budgetName\": \"IT department\",\n      \"budgetExternalId\": \"DEV-IT\"\n    },\n    \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n    \"lastUpdateUser\": {\n      \"firstName\": \"Julien\",\n      \"lastName\": \"Alvarez\",\n      \"email\": \"julien.alvarez@littlebigconnection.com\"\n    }\n  },\n  \"selectedProposal\": {\n    \"id\": \"PROP-6502-3-1\",\n    \"requestForProposalId\": \"RFP-6502-3\",\n    \"supplier\": {\n      \"name\": \"CTL Consulting\",\n      \"legalIdentifier\": \"1234569\",\n      \"externalId\": \"SUP_IT_010\",\n      \"seller\": {\n        \"firstName\": \"François\",\n        \"lastName\": \"Lucien\",\n        \"email\": \"francois.lucien@gmail.com\"\n      },\n      \"consultant\": {\n        \"firstName\": \"Jean-Paul\",\n        \"lastName\": \"Montard\",\n        \"statuses\": []\n      },\n      \"statuses\": [\n        \"ecoCertified\"\n      ]\n    },\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n    \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n    \"disponibilityDate\": \"2020-01-20\",\n    \"status\": \"new\",\n    \"dailyFees\": [\n      {\n        \"type\": \"office\",\n        \"unitPrice\": {\n          \"amount\": 18,\n          \"currency\": \"EUR\"\n        },\n        \"description\": \"Office location\"\n      }\n    ]\n  }\n}"},{"id":"85963a19-ab3f-4905-abdb-7544fd9e593f","name":"Missing-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"f1b38841-9861-4183-9e63-fd352de02a9e","name":"Incorrect-format-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2023-02-01\",\n    \"endDate\": \"2023-05-01\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"9d395e3a-7e6d-4cd9-877f-e1387ece57b7","name":"Update-not-allowed","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderExternalId\": \"766246\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Updating Purchase Request is not allowed when status is {status}\"\n}"},{"id":"da574605-b82f-4336-8a3c-e02308f421ff","name":"Status-change-not-allowed","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Changing status from {current_status} to {requested_status} is not allowed for Purchase Requests\"\n}"},{"id":"2fb78ab6-05ae-43d4-b145-09fb96140186","name":"Invalid-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"ebb18773-97bf-4cc5-8949-7eec282b47f8","name":"Validate Purchase Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"0c06a726-dd82-4581-9edd-34bbd4be02f6","name":"Update Purchase Order dates","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2023-02-01\",\n    \"endDate\": \"2023-05-01\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"949e34d8-f244-4cf2-8dc8-286ac322e72a","name":"Update Purchase Order External Id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderExternalId\": \"766246\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"aad25812-7a9d-4ccd-8b24-c5a8f6f592f9","name":"Validate Purchase Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"196db67e-f239-43ed-8e59-2f2b54c91fdc","name":"Update Purchase Order dates","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2023-02-01\",\n    \"endDate\": \"2023-05-01\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"d36db6ed-90db-47ab-90a0-9d9eb1487eae","name":"Update Purchase Order External Id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderExternalId\": \"766246\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"af578397-e6cc-42f8-94f1-25016519df6c","name":"URL-not-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"e0acbf9e-b0ce-4e84-b90e-1dfbe26ac749","name":"Not-result-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2023-02-01\",\n    \"endDate\": \"2023-05-01\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"27cc0ce9-4d71-4fa9-8d20-e43f0f21d350","name":"Update Purchase Order External Id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderExternalId\": \"766246\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"73de70d5-362a-4eb5-a758-87a8c41ca04a","name":"Validate Purchase Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"This Purchase Request is validated\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"},{"id":"ef736fd1-5ee8-4c30-86fe-c2fa44ab6e32","name":"Update Purchase Order dates","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderDetails\": {\n    \"startDate\": \"2023-02-01\",\n    \"endDate\": \"2023-05-01\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"},{"id":"b2ece330-c1b3-41cf-b0cb-45cdf55f390a","name":"Update Purchase Order External Id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startedPurchaseOrderExternalId\": \"766246\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/:purchaseRequestId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests",":purchaseRequestId"],"variable":[{"key":"purchaseRequestId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"1bda1855-b69a-4b11-a8a2-bfbbba559bb0"},{"name":"List & search purchase requests","id":"6199700d-2c2b-4512-8b98-25dd5dcfdae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","description":"<p>Use this service to retrieve a list of purchase requests. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the purchase requests ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseRequests","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"},{"description":{"content":"<p>If true, includes the request for proposal and the proposal that leads to the resource</p>\n","type":"text/plain"},"key":"withAncestors","value":"false"},{"description":{"content":"<p>Retrieve the project’s cost breakdown (only if available).</p>\n","type":"text/plain"},"key":"costBreakdown","value":"false"}],"variable":[]}},"response":[{"id":"45d43924-b0db-446b-8f40-6b40198341c8","name":"Without-Ancestors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"total\": 1,\n  \"purchaseRequests\": [\n    {\n      \"id\": \"PR-6502-3-1\",\n      \"externalId\": \"REQUEST_IT_2345\",\n      \"startedPurchaseOrderExternalId\": \"766246\",\n      \"startedPurchaseOrderDetails\": {\n        \"startDate\": \"2020-02-01\",\n        \"endDate\": \"2020-05-01\",\n        \"workUnitPrice\": {\n          \"amount\": 216,\n          \"currency\": \"EUR\"\n        },\n        \"costForecast\": {\n          \"totalAmount\": {\n            \"amount\": 8640,\n            \"currency\": \"EUR\"\n          }\n        }\n      },\n      \"status\": {\n        \"value\": \"validated\",\n        \"message\": \"Additional information\"\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n      \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n    }\n  ]\n}"},{"id":"df94e591-7038-4188-bb7a-6ef986030582","name":"With-Ancestors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 1,\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"purchaseRequests\": [\n    {\n      \"id\": \"PR-6502-3-1\",\n      \"externalId\": \"REQUEST_IT_2345\",\n      \"startedPurchaseOrderExternalId\": \"766246\",\n      \"startedPurchaseOrderDetails\": {\n        \"startDate\": \"2020-02-01\",\n        \"endDate\": \"2020-05-01\",\n        \"workUnitPrice\": {\n          \"amount\": 216,\n          \"currency\": \"EUR\"\n        },\n        \"costForecast\": {\n          \"totalAmount\": {\n            \"amount\": 8640,\n            \"currency\": \"EUR\"\n          }\n        }\n      },\n      \"status\": {\n        \"value\": \"validated\",\n        \"message\": \"Additional information\"\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n      \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n      \"requestForProposal\": {\n        \"id\": \"RFP-6502-3\",\n        \"missionId\": 6502,\n        \"renewalId\": 2,\n        \"type\": \"simple\",\n        \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n        \"entity\": {\n          \"name\": \"LittleBig Connection Paris\",\n          \"externalId\": \"LBCPA\"\n        },\n        \"legalEntity\": {\n          \"name\": \"LittleBig Connection Ile de France\",\n          \"externalId\": \"LBCIDF\",\n          \"region\": {\n            \"countryName\": \"Canada\",\n            \"countryCode\": \"CA\",\n            \"provinceName\": \"Quebec\",\n            \"provinceCode\": \"CA-QC\"\n          }\n        },\n        \"status\": \"published\",\n        \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n        \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n        \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n        \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n        \"projectCodes\": [\n          \"ID2020.FR45.5\"\n        ],\n        \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n        \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n        \"estimatedMissionStartDate\": \"2020-02-01\",\n        \"estimatedMissionEndDate\": \"2021-01-01\",\n        \"workUnit\": \"day\",\n        \"workUnitNumber\": 60,\n        \"maxBudget\": {\n          \"amount\": 500,\n          \"currency\": \"EUR\"\n        },\n        \"maxBudgetDisplayedToSupplier\": true,\n        \"missionLocation\": {\n          \"name\": \"LBC Paris\",\n          \"externalId\": \"LBCIDF\",\n          \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n        },\n        \"missionAdditionalDetails\": {\n          \"workSchedule\": \"notSpecified\",\n          \"remoteWork\": \"any\"\n        },\n        \"manager\": {\n          \"firstName\": \"Isabelle\",\n          \"lastName\": \"Duverger\",\n          \"email\": \"isabelle.duverger@gmail.com\"\n        },\n        \"buyer\": {\n          \"firstName\": \"Hélène\",\n          \"lastName\": \"Smith\",\n          \"email\": \"helene.smith@gmail.com\"\n        },\n        \"workFlow\": [\n          {\n            \"index\": 1,\n            \"entity\": {\n              \"name\": \"LBC France\",\n              \"externalId\": \"LBCFR\"\n            },\n            \"validator\": {\n              \"firstName\": \"Benoît\",\n              \"lastName\": \"Charbonnier\",\n              \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n            },\n            \"status\": \"validated\",\n            \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n            \"comment\": \"Ok for publication\"\n          }\n        ],\n        \"targets\": {\n          \"marketplace\": {\n            \"consultingCompanies\": true,\n            \"freelances\": true\n          },\n          \"direct\": {\n            \"seller\": {\n              \"companyName\": \"IT Solutions\",\n              \"firstName\": \"Jeanne\",\n              \"lastName\": \"Bonvier\"\n            },\n            \"externalSeller\": \"jean.ferdinant@gmail.com\"\n          },\n          \"preferredSuppliersList\": [\n            {\n              \"name\": \"Suppliers specialized in application development\",\n              \"companies\": [\n                {\n                  \"name\": \"CTL Consulting\",\n                  \"legalIdentifier\": \"1234569\",\n                  \"externalId\": \"SUP_IT_010\"\n                }\n              ]\n            }\n          ]\n        },\n        \"proposalCount\": 5,\n        \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n        \"statusDetail\": {\n          \"purchaseOrderStarted\": false,\n          \"waitingForProfileCreation\": false,\n          \"fullTeam\": {\n            \"requiredProfiles\": 1,\n            \"validatedProfiles\": 1\n          },\n          \"extensionRefused\": false,\n          \"waitingForLBCApproval\": false,\n          \"waitingForBuyerValidation\": false,\n          \"waitingExtensionValidation\": false,\n          \"deleted\": false,\n          \"closed\": false\n        },\n        \"customFields\": [\n          {\n            \"externalId\": \"Expense_Type\",\n            \"value\": \"Maintenance / Overhaul.\"\n          }\n        ],\n        \"spendingLine\": {\n          \"name\": \"IT application development\",\n          \"externalId\": \"DEV-IT-APP\",\n          \"budgetName\": \"IT department\",\n          \"budgetExternalId\": \"DEV-IT\"\n        },\n        \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n        \"lastUpdateUser\": {\n          \"firstName\": \"Julien\",\n          \"lastName\": \"Alvarez\",\n          \"email\": \"julien.alvarez@littlebigconnection.com\"\n        }\n      },\n      \"selectedProposal\": {\n        \"id\": \"PROP-6502-3-1\",\n        \"requestForProposalId\": \"RFP-6502-3\",\n        \"supplier\": {\n          \"name\": \"CTL Consulting\",\n          \"legalIdentifier\": \"1234569\",\n          \"externalId\": \"SUP_IT_010\",\n          \"seller\": {\n            \"firstName\": \"François\",\n            \"lastName\": \"Lucien\",\n            \"email\": \"francois.lucien@gmail.com\"\n          },\n          \"consultant\": {\n            \"firstName\": \"Jean-Paul\",\n            \"lastName\": \"Montard\",\n            \"statuses\": []\n          }\n        },\n        \"workUnitPrice\": {\n          \"amount\": 216,\n          \"currency\": \"EUR\"\n        },\n        \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n        \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n        \"disponibilityDate\": \"2020-01-20\",\n        \"status\": \"selected\",\n        \"dailyFees\": [\n          {\n            \"type\": \"office\",\n            \"unitPrice\": {\n              \"amount\": 18,\n              \"currency\": \"EUR\"\n            },\n            \"description\": \"Office location\"\n          }\n        ]\n      }\n    }\n  ]\n}"},{"id":"51ca7fb5-582f-4d97-8acb-15e7628ac098","name":"With-Forecast-Breakdown-Money","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"total\": 1,\n  \"purchaseRequests\": [\n    {\n      \"id\": \"PR-6502-3-1\",\n      \"externalId\": \"REQUEST_IT_2345\",\n      \"startedPurchaseOrderExternalId\": \"766246\",\n      \"startedPurchaseOrderDetails\": {\n        \"startDate\": \"2020-02-01\",\n        \"endDate\": \"2020-05-01\",\n        \"workUnitPrice\": {\n          \"amount\": 216,\n          \"currency\": \"EUR\"\n        },\n        \"costForecast\": {\n          \"totalAmount\": {\n            \"amount\": 8640,\n            \"currency\": \"EUR\"\n          },\n          \"breakdown\": {\n            \"periods\": [\n              {\n                \"period\": 1,\n                \"money\": {\n                  \"amount\": 4320,\n                  \"currency\": \"EUR\"\n                }\n              },\n              {\n                \"period\": 2,\n                \"money\": {\n                  \"amount\": 4320,\n                  \"currency\": \"EUR\"\n                }\n              }\n            ]\n          }\n        }\n      },\n      \"status\": {\n        \"value\": \"validated\",\n        \"message\": \"Additional information\"\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n      \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n    }\n  ]\n}"},{"id":"91376d96-a6cf-4cd3-b0e3-8a40cc69439d","name":"With-Forecast-Breakdown-Units","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"total\": 1,\n  \"purchaseRequests\": [\n    {\n      \"id\": \"PR-6502-3-1\",\n      \"externalId\": \"REQUEST_IT_2345\",\n      \"startedPurchaseOrderExternalId\": \"766246\",\n      \"startedPurchaseOrderDetails\": {\n        \"startDate\": \"2020-02-01\",\n        \"endDate\": \"2020-05-01\",\n        \"workUnitPrice\": {\n          \"amount\": 216,\n          \"currency\": \"EUR\"\n        },\n        \"costForecast\": {\n          \"totalAmount\": {\n            \"amount\": 8640,\n            \"currency\": \"EUR\"\n          },\n          \"breakdown\": {\n            \"periods\": [\n              {\n                \"period\": 1,\n                \"units\": {\n                  \"workUnit\": \"day\",\n                  \"workUnitNumber\": 22\n                }\n              },\n              {\n                \"period\": 2,\n                \"units\": {\n                  \"workUnit\": \"day\",\n                  \"workUnitNumber\": 22\n                }\n              }\n            ]\n          }\n        }\n      },\n      \"status\": {\n        \"value\": \"validated\",\n        \"message\": \"Additional information\"\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"creationDateTime\": \"2020-01-03T09:08:17Z\",\n      \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\"\n    }\n  ]\n}"},{"id":"b3b0e5c1-6de4-4ce8-9913-7d24af46dd90","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"6ec3ff85-2e32-44dd-8b8b-8ea144429a35","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"1c4cc6df-4150-4e0c-8254-c94948734dd2","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"8af0011c-5cf7-4190-8593-ce9dc9e24e26","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"b7786329-723b-4f2f-a610-2b43af817cc1","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"d65d3fe7-fd3d-497f-833b-6cde9d209b39","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"3a26fd52-d577-4f0a-8de5-9c3f9f9f90ed","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"a5766093-db6c-4f87-be99-15a51447a39d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PR-6502-3-1\",\n  \"externalId\": \"REQUEST_IT_2345\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseRequests/search?startAt=0&maxResults=100&withAncestors=false&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseRequests","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"6199700d-2c2b-4512-8b98-25dd5dcfdae6"}],"id":"4fd9be14-abbd-4eaa-86b6-05d5eb655054","description":"<p>Information about Purchase Requests (PR)</p>\n<p>The Purchase Request feature must be activated on your account to use this service. The Purchase Request enable your internal system to participate in the validation process of the mission.</p>\n<p>With the UpdatePurchaseRequest operation you can update certain attributes of the Purchase Request and also define some values of the Purchase Order, like start and end dates (startedPurchaseOrderDetails), or your internal PO id (startedPurchaseOrderExternalId)</p>\n<p>A given Purchase Request can have following statuses (in status attribute): </p>\n<ul>\n<li><strong>inProgress</strong>: The PR is created and pending to be validated.</li>\n<li><strong>validated</strong>: The PR is validated.</li>\n<li><strong>rejected</strong>: The PR is rejected. A new PR must be generated in the platform.</li>\n</ul>\n<p><strong>In Validated and Rejected status, the PR can't be longer modified.</strong></p>\n","_postman_id":"4fd9be14-abbd-4eaa-86b6-05d5eb655054","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Purchase Orders","item":[{"name":"Get details of a purchase order","id":"18b798d4-979e-4b8e-a8e0-e672ca7c4575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","description":"<p>Returns the details of a specific purchase order.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseOrders",":purchaseOrderId"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>If true, includes the request for proposal and the proposal that leads to the resource</p>\n","type":"text/plain"},"key":"withAncestors","value":"false"}],"variable":[{"id":"216523cd-2a87-4809-b91d-d5a3817e675a","description":{"content":"<p>(Required) Unique identifier of the purchase order, such as 'PO-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PO-6502-3","key":"purchaseOrderId"}]}},"response":[{"id":"728f7a71-2aa7-48bb-9931-8e925bbe487d","name":"Without-Ancestors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"renewalId\": 2,\n  \"entity\": {\n    \"name\": \"LittleBig Connection Paris\",\n    \"externalId\": \"LBCPA\"\n  },\n  \"legalEntity\": {\n    \"name\": \"LittleBig Connection Ile de France\",\n    \"externalId\": \"LBCIDF\",\n    \"region\": {\n      \"countryName\": \"Canada\",\n      \"countryCode\": \"CA\",\n      \"provinceName\": \"Quebec\",\n      \"provinceCode\": \"CA-QC\"\n    }\n  },\n  \"status\": \"inProgress\",\n  \"ongoingAction\": \"earlyTermination\",\n  \"earlyTerminationReason\": \"clientDecision\",\n  \"earlyTerminationCommentary\": \"Early termination commentary.\",\n  \"externalId\": \"766246\",\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n  \"projectCodes\": [\n    \"ID2020.FR45.5\"\n  ],\n  \"startDate\": \"2019-07-01\",\n  \"endDate\": \"2019-09-01\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 40,\n  \"workUnitPrice\": {\n    \"amount\": 216,\n    \"currency\": \"EUR\"\n  },\n  \"attachment\": {\n    \"id\": \"PO.FILE.766246\",\n    \"type\": \"clientPurchaseOrder\"\n  },\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"buyer\": {\n    \"firstName\": \"Hélène\",\n    \"lastName\": \"Smith\",\n    \"email\": \"helene.smith@gmail.com\"\n  },\n  \"timesheets\": [\n    \"CRA-6502-3-1\",\n    \"CRA-6502-3-2\",\n    \"CRA-6502-3-3\",\n    \"CRA-6502-3-4\"\n  ],\n  \"supplier\": {\n    \"name\": \"CTL Consulting\",\n    \"legalIdentifier\": \"1234569\",\n    \"externalId\": \"SUP_IT_010\",\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\",\n      \"contactInformation\": {\n        \"email\": \"contractor@mail.com\",\n        \"phoneNumber\": \"+00000000000\"\n      }\n    }\n  },\n  \"dailyFees\": [\n    {\n      \"type\": \"Office\",\n      \"unitPrice\": {\n        \"amount\": 18,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Office location\"\n    }\n  ],\n  \"spendingLine\": {\n    \"name\": \"IT application development\",\n    \"externalId\": \"DEV-IT-APP\",\n    \"budgetName\": \"IT department\",\n    \"budgetExternalId\": \"DEV-IT\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n  \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n  \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\"\n}"},{"id":"ef5eb7d4-7bdf-48f8-a831-fda411414668","name":"With-Ancestors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"renewalId\": 2,\n  \"entity\": {\n    \"name\": \"LittleBig Connection Paris\",\n    \"externalId\": \"LBCPA\"\n  },\n  \"legalEntity\": {\n    \"name\": \"LittleBig Connection Ile de France\",\n    \"externalId\": \"LBCIDF\",\n    \"region\": {\n      \"countryName\": \"Canada\",\n      \"countryCode\": \"CA\",\n      \"provinceName\": \"Quebec\",\n      \"provinceCode\": \"CA-QC\"\n    }\n  },\n  \"status\": \"inProgress\",\n  \"ongoingAction\": \"earlyTermination\",\n  \"earlyTerminationReason\": \"clientDecision\",\n  \"earlyTerminationCommentary\": \"Early termination commentary.\",\n  \"externalId\": \"766246\",\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n  \"projectCodes\": [\n    \"ID2020.FR45.5\"\n  ],\n  \"startDate\": \"2019-07-01\",\n  \"endDate\": \"2019-09-01\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 40,\n  \"workUnitPrice\": {\n    \"amount\": 216,\n    \"currency\": \"EUR\"\n  },\n  \"attachment\": {\n    \"id\": \"PO.FILE.766246\",\n    \"type\": \"clientPurchaseOrder\"\n  },\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"buyer\": {\n    \"firstName\": \"Hélène\",\n    \"lastName\": \"Smith\",\n    \"email\": \"helene.smith@gmail.com\"\n  },\n  \"timesheets\": [\n    \"CRA-6502-3-1\",\n    \"CRA-6502-3-2\",\n    \"CRA-6502-3-3\",\n    \"CRA-6502-3-4\"\n  ],\n  \"supplier\": {\n    \"name\": \"CTL Consulting\",\n    \"legalIdentifier\": \"1234569\",\n    \"externalId\": \"SUP_IT_010\",\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\",\n      \"contactInformation\": {\n        \"email\": \"contractor@mail.com\",\n        \"phoneNumber\": \"+00000000000\"\n      }\n    }\n  },\n  \"dailyFees\": [\n    {\n      \"type\": \"Office\",\n      \"unitPrice\": {\n        \"amount\": 18,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Office location\"\n    }\n  ],\n  \"spendingLine\": {\n    \"name\": \"IT application development\",\n    \"externalId\": \"DEV-IT-APP\",\n    \"budgetName\": \"IT department\",\n    \"budgetExternalId\": \"DEV-IT\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n  \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n  \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\",\n  \"requestForProposal\": {\n    \"id\": \"RFP-6502-3\",\n    \"missionId\": 6502,\n    \"renewalId\": 2,\n    \"type\": \"simple\",\n    \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n    \"entity\": {\n      \"name\": \"LittleBig Connection Paris\",\n      \"externalId\": \"LBCPA\"\n    },\n    \"legalEntity\": {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBCIDF\",\n      \"region\": {\n        \"countryName\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"provinceName\": \"Quebec\",\n        \"provinceCode\": \"CA-QC\"\n      }\n    },\n    \"status\": \"published\",\n    \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n    \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n    \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n    \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n    \"projectCodes\": [\n      \"ID2020.FR45.5\"\n    ],\n    \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n    \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n    \"estimatedMissionStartDate\": \"2020-02-01\",\n    \"estimatedMissionEndDate\": \"2021-01-01\",\n    \"workUnit\": \"day\",\n    \"workUnitNumber\": 60,\n    \"maxBudget\": {\n      \"amount\": 500,\n      \"currency\": \"EUR\"\n    },\n    \"maxBudgetDisplayedToSupplier\": true,\n    \"missionLocation\": {\n      \"name\": \"LBC Paris\",\n      \"externalId\": \"LBCIDF\",\n      \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n    },\n    \"missionAdditionalDetails\": {\n      \"workSchedule\": \"notSpecified\",\n      \"remoteWork\": \"any\"\n    },\n    \"manager\": {\n      \"firstName\": \"Isabelle\",\n      \"lastName\": \"Duverger\",\n      \"email\": \"isabelle.duverger@gmail.com\"\n    },\n    \"buyer\": {\n      \"firstName\": \"Hélène\",\n      \"lastName\": \"Smith\",\n      \"email\": \"helene.smith@gmail.com\"\n    },\n    \"workFlow\": [\n      {\n        \"index\": 1,\n        \"entity\": {\n          \"name\": \"LBC France\",\n          \"externalId\": \"LBCFR\"\n        },\n        \"validator\": {\n          \"firstName\": \"Benoît\",\n          \"lastName\": \"Charbonnier\",\n          \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n        },\n        \"status\": \"validated\",\n        \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n        \"comment\": \"Ok for publication\"\n      }\n    ],\n    \"targets\": {\n      \"marketplace\": {\n        \"consultingCompanies\": true,\n        \"freelances\": true\n      },\n      \"direct\": {\n        \"seller\": {\n          \"companyName\": \"IT Solutions\",\n          \"firstName\": \"Jeanne\",\n          \"lastName\": \"Bonvier\"\n        },\n        \"externalSeller\": \"jean.ferdinant@gmail.com\"\n      },\n      \"preferredSuppliersList\": [\n        {\n          \"name\": \"Suppliers specialized in application development\",\n          \"companies\": [\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            }\n          ]\n        }\n      ]\n    },\n    \"proposalCount\": 5,\n    \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n    \"statusDetail\": {\n      \"purchaseOrderStarted\": false,\n      \"waitingForProfileCreation\": false,\n      \"fullTeam\": {\n        \"requiredProfiles\": 1,\n        \"validatedProfiles\": 1\n      },\n      \"extensionRefused\": false,\n      \"waitingForLBCApproval\": false,\n      \"waitingForBuyerValidation\": false,\n      \"waitingExtensionValidation\": false,\n      \"deleted\": false,\n      \"closed\": false\n    },\n    \"customFields\": [\n      {\n        \"externalId\": \"Expense_Type\",\n        \"value\": \"Maintenance / Overhaul.\"\n      }\n    ],\n    \"spendingLine\": {\n      \"name\": \"IT application development\",\n      \"externalId\": \"DEV-IT-APP\",\n      \"budgetName\": \"IT department\",\n      \"budgetExternalId\": \"DEV-IT\"\n    },\n    \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n    \"lastUpdateUser\": {\n      \"firstName\": \"Julien\",\n      \"lastName\": \"Alvarez\",\n      \"email\": \"julien.alvarez@littlebigconnection.com\"\n    }\n  },\n  \"selectedProposal\": {\n    \"id\": \"PROP-6502-3-1\",\n    \"requestForProposalId\": \"RFP-6502-3\",\n    \"supplier\": {\n      \"name\": \"CTL Consulting\",\n      \"legalIdentifier\": \"1234569\",\n      \"externalId\": \"SUP_IT_010\",\n      \"seller\": {\n        \"firstName\": \"François\",\n        \"lastName\": \"Lucien\",\n        \"email\": \"francois.lucien@gmail.com\"\n      },\n      \"consultant\": {\n        \"firstName\": \"Jean-Paul\",\n        \"lastName\": \"Montard\",\n        \"statuses\": []\n      }\n    },\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n    \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n    \"disponibilityDate\": \"2020-01-20\",\n    \"status\": \"selected\",\n    \"dailyFees\": [\n      {\n        \"type\": \"office\",\n        \"unitPrice\": {\n          \"amount\": 18,\n          \"currency\": \"EUR\"\n        },\n        \"description\": \"Office location\"\n      }\n    ]\n  }\n}"},{"id":"e616826a-5c70-46d4-8238-81babc7775df","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"8977fc6f-3202-4eb4-96c6-88f6b6032b99","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"5776b02d-d962-4747-936d-06ad12d322bf","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"ff8268ee-66f4-456b-9043-27dc34f13cf7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"7dd888a9-8421-4a9f-b223-90b83dcff42f","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"0c63addb-2119-49d9-9252-9daf260c1811","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"cb3f8a8c-5f4d-49b6-9ef1-128fdd3104d8","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId?withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"query":[{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}],"variable":[{"key":"purchaseOrderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"18b798d4-979e-4b8e-a8e0-e672ca7c4575"},{"name":"Partial update of a purchase order","id":"6ed701dc-5c40-434e-8d53-575991bd5fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","description":"<p>Update a specific purchase order. The endpoint allows to add an external identifier to the purchase order object. It also allows to assign an external identifier to the consultant in charge of the mission. All fields are optional, which allows to modify only the desired information in the object.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseOrders",":purchaseOrderId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"495ed95b-584e-436a-867b-84e1af3f8b77","description":{"content":"<p>(Required) Unique identifier of the purchase order, such as 'PO-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PO-6502-3","key":"purchaseOrderId"}]}},"response":[{"id":"6c99c82b-0a45-4465-850f-febea5d7a3de","name":"Successful operation","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"renewalId\": 3,\n  \"entity\": {\n    \"name\": \"LittleBig Connection Paris\",\n    \"externalId\": \"LBCPA\"\n  },\n  \"legalEntity\": {\n    \"name\": \"LittleBig Connection Ile de France\",\n    \"externalId\": \"LBCIDF\",\n    \"region\": {\n      \"countryName\": \"Canada\",\n      \"countryCode\": \"CA\",\n      \"provinceName\": \"Quebec\",\n      \"provinceCode\": \"CA-QC\"\n    }\n  },\n  \"status\": \"inProgress\",\n  \"ongoingAction\": \"none\",\n  \"earlyTerminationCommentary\": \"Early termination commentary.\",\n  \"externalId\": \"766246\",\n  \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n  \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n  \"projectCodes\": [\n    \"ID2020.FR45.5\",\n    \"ID2020.FR45.5\"\n  ],\n  \"startDate\": \"2019-07-01\",\n  \"endDate\": \"2019-09-01\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 40,\n  \"workUnitPrice\": {\n    \"amount\": 216,\n    \"currency\": \"EUR\"\n  },\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"buyer\": {\n    \"firstName\": \"Hélène\",\n    \"lastName\": \"Smith\",\n    \"email\": \"helene.smith@gmail.com\"\n  },\n  \"timesheets\": [\n    \"CRA-6502-3-1\",\n    \"CRA-6502-3-1\"\n  ],\n  \"supplier\": {\n    \"name\": \"CTL Consulting\",\n    \"legalIdentifier\": \"1234569\",\n    \"externalId\": \"SUP_IT_010\",\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\",\n      \"contactInformation\": {\n        \"email\": \"person@mail.com\",\n        \"phoneNumber\": \"+00000000000\"\n      }\n    }\n  },\n  \"dailyFees\": [\n    {\n      \"type\": \"Office\",\n      \"unitPrice\": {\n        \"amount\": 18,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Office location\"\n    },\n    {\n      \"type\": \"Office\",\n      \"unitPrice\": {\n        \"amount\": 18,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Office location\"\n    }\n  ],\n  \"spendingLine\": {\n    \"name\": \"IT application development\",\n    \"externalId\": \"DEV-IT-APP\",\n    \"budgetName\": \"IT department\",\n    \"budgetExternalId\": \"DEV-IT\"\n  },\n  \"customFields\": [\n    {\n      \"externalId\": \"CustomField1\",\n      \"value\": \"Maintenance / Overhaul.\"\n    },\n    {\n      \"externalId\": \"CustomField1\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n  \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n  \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\",\n  \"earlyTerminationReason\": \"clientDecision\",\n  \"earlyTerminationResponse\": \"Early Termination accepted on DD/MM/YYYY.\",\n  \"freeOfChargeWorkUnits\": 2,\n  \"attachment\": {\n    \"id\": \"PO.FILE.766246\",\n    \"type\": \"clientPurchaseOrder\"\n  },\n  \"requestForProposal\": {\n    \"id\": \"RFP-6502-3\",\n    \"missionId\": 6502,\n    \"renewalId\": 3,\n    \"type\": \"simple\",\n    \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n    \"entity\": {\n      \"name\": \"LittleBig Connection Paris\",\n      \"externalId\": \"LBCPA\"\n    },\n    \"legalEntity\": {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBCIDF\",\n      \"region\": {\n        \"countryName\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"provinceName\": \"Quebec\",\n        \"provinceCode\": \"CA-QC\"\n      }\n    },\n    \"status\": \"published\",\n    \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n    \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n    \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n    \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n    \"projectCodes\": [\n      \"ID2020.FR45.5\",\n      \"ID2020.FR45.5\"\n    ],\n    \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n    \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n    \"estimatedMissionStartDate\": \"2020-02-01\",\n    \"estimatedMissionEndDate\": \"2021-01-01\",\n    \"workUnit\": \"day\",\n    \"workUnitNumber\": 60,\n    \"maxBudget\": {\n      \"amount\": 500,\n      \"currency\": \"EUR\"\n    },\n    \"maxBudgetDisplayedToSupplier\": true,\n    \"missionLocation\": {\n      \"name\": \"LBC Paris\",\n      \"externalId\": \"LBCIDF\",\n      \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n    },\n    \"missionAdditionalDetails\": {\n      \"workSchedule\": \"notSpecified\",\n      \"remoteWork\": \"any\"\n    },\n    \"manager\": {\n      \"firstName\": \"Isabelle\",\n      \"lastName\": \"Duverger\",\n      \"email\": \"isabelle.duverger@gmail.com\"\n    },\n    \"buyer\": {\n      \"firstName\": \"Hélène\",\n      \"lastName\": \"Smith\",\n      \"email\": \"helene.smith@gmail.com\"\n    },\n    \"workFlow\": [\n      {\n        \"index\": 1,\n        \"entity\": {\n          \"name\": \"LBC France\",\n          \"externalId\": \"LBCFR\"\n        },\n        \"validator\": {\n          \"firstName\": \"Benoît\",\n          \"lastName\": \"Charbonnier\",\n          \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n        },\n        \"status\": \"validated\",\n        \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n        \"comment\": \"Ok for publication\"\n      },\n      {\n        \"index\": 1,\n        \"entity\": {\n          \"name\": \"LBC France\",\n          \"externalId\": \"LBCFR\"\n        },\n        \"validator\": {\n          \"firstName\": \"Benoît\",\n          \"lastName\": \"Charbonnier\",\n          \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n        },\n        \"status\": \"validated\",\n        \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n        \"comment\": \"Ok for publication\"\n      }\n    ],\n    \"targets\": {\n      \"marketplace\": {\n        \"consultingCompanies\": true,\n        \"freelances\": true\n      },\n      \"direct\": {\n        \"seller\": {\n          \"companyName\": \"IT Solutions\",\n          \"firstName\": \"Jeanne\",\n          \"lastName\": \"Bonvier\"\n        },\n        \"externalSeller\": \"jean.ferdinant@gmail.com\"\n      },\n      \"preferredSuppliersList\": [\n        {\n          \"name\": \"Suppliers specialized in application development\",\n          \"companies\": [\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            },\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            }\n          ]\n        },\n        {\n          \"name\": \"Suppliers specialized in application development\",\n          \"companies\": [\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            },\n            {\n              \"name\": \"CTL Consulting\",\n              \"legalIdentifier\": \"1234569\",\n              \"externalId\": \"SUP_IT_010\"\n            }\n          ]\n        }\n      ]\n    },\n    \"proposalCount\": 5,\n    \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n    \"statusDetail\": {\n      \"purchaseOrderStarted\": false,\n      \"waitingForProfileCreation\": false,\n      \"fullTeam\": {\n        \"requiredProfiles\": 1,\n        \"validatedProfiles\": 1\n      },\n      \"extensionRefused\": false,\n      \"waitingForLBCApproval\": false,\n      \"waitingForBuyerValidation\": false,\n      \"waitingExtensionValidation\": false,\n      \"deleted\": false,\n      \"closed\": false\n    },\n    \"customFields\": [\n      {\n        \"externalId\": \"CustomField1\",\n        \"value\": \"Maintenance / Overhaul.\"\n      },\n      {\n        \"externalId\": \"CustomField1\",\n        \"value\": \"Maintenance / Overhaul.\"\n      }\n    ],\n    \"spendingLine\": {\n      \"name\": \"IT application development\",\n      \"externalId\": \"DEV-IT-APP\",\n      \"budgetName\": \"IT department\",\n      \"budgetExternalId\": \"DEV-IT\"\n    },\n    \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n    \"lastUpdateUser\": {\n      \"firstName\": \"Julien\",\n      \"lastName\": \"Alvarez\",\n      \"email\": \"julien.alvarez@littlebigconnection.com\"\n    },\n    \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n    \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\"\n  },\n  \"selectedProposal\": {\n    \"id\": \"PROP-6502-3-1\",\n    \"requestForProposalId\": \"RFP-6502-3\",\n    \"supplier\": {\n      \"name\": \"CTL Consulting\",\n      \"legalIdentifier\": \"1234569\",\n      \"externalId\": \"SUP_IT_010\",\n      \"seller\": {\n        \"firstName\": \"François\",\n        \"lastName\": \"Lucien\",\n        \"email\": \"francois.lucien@gmail.com\"\n      },\n      \"consultant\": {\n        \"firstName\": \"Jean-Paul\",\n        \"lastName\": \"Montard\",\n        \"statuses\": [\n          \"disability\",\n          \"disability\",\n          \"disability\",\n          \"disability\",\n          \"disability\"\n        ]\n      }\n    },\n    \"workUnitPrice\": {\n      \"amount\": 216,\n      \"currency\": \"EUR\"\n    },\n    \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n    \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n    \"status\": \"selected\",\n    \"dailyFees\": [\n      {\n        \"type\": \"office\",\n        \"unitPrice\": {\n          \"amount\": 18,\n          \"currency\": \"EUR\"\n        },\n        \"description\": \"Office location\"\n      },\n      {\n        \"type\": \"office\",\n        \"unitPrice\": {\n          \"amount\": 18,\n          \"currency\": \"EUR\"\n        },\n        \"description\": \"Office location\"\n      }\n    ],\n    \"disponibilityDate\": \"2020-01-20\"\n  }\n}"},{"id":"ea6c731f-310c-4964-9482-888c19c52ef0","name":"Missing-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"218f538a-67bf-42f1-8476-f0224d2a9cc1","name":"Incorrect-format-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"01ff354b-5b67-46b8-8f08-f4551ddd68b8","name":"Invalid-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"a7641156-4446-4db9-952e-53ec228cac7b","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"aeeddd3d-773d-457f-989e-03eb99f1eb9c","name":"URL-not-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"da4fe966-4c7e-4127-a60d-df4618ab8c3e","name":"Not-result-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"4f990aff-6675-420f-af94-ae8751f07e3e","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"purchaseOrderExternalId\": \"766246\",\n  \"consultantExternalId\": \"CLT-4800993-001\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"6ed701dc-5c40-434e-8d53-575991bd5fc4"},{"name":"Upload a document to a purchase order","id":"7d781345-aec0-4533-89d5-d763c7354936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","description":"<p>Attach a PDF file to a purchase order on Little Big Connection. </p>\n<p>The file must be encoded in Base64 and included in fileData field. Max size accepted is <em>3 MegaBytes</em>\nThe accepted fileType are : </p>\n<ul>\n<li>clientPurchaseOrder</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"3ab04edf-b6db-46f9-aead-8554cd203f05","description":{"content":"<p>(Required) Unique identifier of the purchase order, such as 'PO-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PO-6502-3","key":"purchaseOrderId"}]}},"response":[{"id":"c2d7b446-d992-47d1-adf6-c4eb1137caaf","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"PO-6502-3\",\n  \"result\": \"The file has been attached to the purchase order\"\n}"},{"id":"de311c6a-9dec-4be6-befb-cb0e9dda4e2f","name":"Max-Size-Reached","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The uploaded document exceeds the maximum allowed size: 3MB\"\n}"},{"id":"173e26f5-d91b-4117-86c9-2f2d067ddb91","name":"Max-Pages-Reached","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The uploaded document exceeds the maximum allowed number of pages: 10\"\n}"},{"id":"932f5b23-750e-4ab7-932e-7ad951e1f5b4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"e00d6a23-e8b2-4899-a2bf-bb0de7ab45ed","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"83fe2b51-4d7b-402a-87d5-2f3a77f8ed09","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"74cf54c5-54c3-43f1-ac4b-6a77d94b911d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Purchase order approved and signed by the buyer\",\n  \"fileType\": \"clientPurchaseOrder\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","upload"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"7d781345-aec0-4533-89d5-d763c7354936"},{"name":"Ask for a renewal of a Purchase Order","id":"c6c1d692-c9d6-49b0-b170-34f877c2d682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","description":"<p>The following operation will trigger the direct renewal of an existing Purchase Order in the platform. \nIt requires new start and end dates and it also accepts a new rate (otherwise current rate will be taken).</p>\n<p>Some considerations: </p>\n<ul>\n<li>The renewal will trigger a new Request for Proposals that will be following the existing validations applied in the platform.</li>\n<li>The renewal will be always subject to supplier approval.</li>\n</ul>\n<p>Some validations are applied to the RFP and Mission creation process. The following table summarizes the validations that will be applied:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Category</strong></th>\n<th><strong>Validation Checks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>RFP Structural Validations</strong></td>\n<td>- <strong>Address &amp; Entity:</strong> Valid address is required and, if the entity has addresses, an entity address must be provided. <br />- <strong>Budget &amp; Dates:</strong> Maximum price must be non-negative; start/end dates for BDC and Mission must be valid; work units must be positive. <br />- <strong>Codes &amp; Workflow:</strong> Required Profile/Project codes must be provided and valid; workflow (if specified) must be active and aligned with company settings. <br />- <strong>Entity Validation:</strong> The associated entity must exist, be active, and belong to the company.</td>\n</tr>\n<tr>\n<td><strong>Mission Validations</strong></td>\n<td>- <strong>User Association:</strong> The Operational Manager and Buyer assigned to the mission must belong to the correct entity. <br />- <strong>Custom Fields:</strong> Custom fields related to Purchase Orders (PO) must be filled. <br />- <strong>Budget Line Integrity:</strong> The budget line linked to the mission's RFP must not have been modified or created after the RFP's creation.</td>\n</tr>\n<tr>\n<td><strong>RFP Renewal Validations</strong></td>\n<td>- <strong>Custom Field Consistency:</strong> Custom fields must not have been modified after the RFP's creation or last modification. <br />- <strong>Project Code Consistency:</strong> Project codes associated with the RFP must not have been updated since the RFP snapshot. <br />- <strong>Profile Code Consistency:</strong> Profile codes must remain unchanged after the RFP's last update. <br />- <strong>Workflow Compliance:</strong> The selected workflow must be compliant with the calculated budget. <br />- <strong>Overall Validity:</strong> The RFP must remain structurally valid for renewal or extended sourcing missions.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"da6da25c-8d58-4c4f-9964-31788d083579","description":{"content":"<p>(Required) Unique identifier of the purchase order, such as 'PO-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"PO-6502-3","key":"purchaseOrderId"}]}},"response":[{"id":"ea8126cd-75b1-40ad-a759-09d85133b617","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requestForProposal\": {\n    \"id\": \"RFP-6502-3\"\n  }\n}"},{"id":"4c6f387c-e220-48cd-8146-84a32b25890d","name":"Missing-dates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The new start and end dates are required\"\n}"},{"id":"c7dd94ca-0052-478c-945a-e8aa186010b5","name":"Wrong-start-date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The start date must be at least today's date\"\n}"},{"id":"1d378b84-ff10-40e6-afc1-58fc30a23af3","name":"Wrong-end-date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The end date must be at least one day after the start date\"\n}"},{"id":"d9c624c9-78cf-4c1d-8c1c-1913219e1afb","name":"Invalid-request-body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid request body\"\n}"},{"id":"042eb10a-4d71-47a9-891d-69cbb000c2d2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"e81a127a-8f40-460f-bd69-ecdfb1c751d1","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-05-31\",\n  \"maxBudget\": {\n    \"amount\": 216\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/:purchaseOrderId/renew","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders",":purchaseOrderId","renew"],"variable":[{"key":"purchaseOrderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"c6c1d692-c9d6-49b0-b170-34f877c2d682"},{"name":"List & search purchase orders","id":"267b93a9-d6f6-462c-9f16-91e5d74a0900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","description":"<p>Use this service to retrieve a list of purchase orders. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the purchase orders ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","purchaseOrders","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"},{"description":{"content":"<p>If true, includes the request for proposal and the proposal that leads to the resource</p>\n","type":"text/plain"},"key":"withAncestors","value":"false"}],"variable":[]}},"response":[{"id":"6ba0d423-48c6-47a1-b59b-68814385f01b","name":"Without-Ancestors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 1,\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"purchaseOrders\": [\n    {\n      \"id\": \"PO-6502-3\",\n      \"missionId\": 6502,\n      \"renewalId\": 2,\n      \"entity\": {\n        \"name\": \"LittleBig Connection Paris\",\n        \"externalId\": \"LBCPA\"\n      },\n      \"legalEntity\": {\n        \"name\": \"LittleBig Connection Ile de France\",\n        \"externalId\": \"LBCIDF\",\n        \"region\": {\n          \"countryName\": \"Canada\",\n          \"countryCode\": \"CA\",\n          \"provinceName\": \"Quebec\",\n          \"provinceCode\": \"CA-QC\"\n        }\n      },\n      \"status\": \"inProgress\",\n      \"ongoingAction\": \"earlyTermination\",\n      \"earlyTerminationReason\": \"clientDecision\",\n      \"earlyTerminationCommentary\": \"Early termination commentary.\",\n      \"externalId\": \"766246\",\n      \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n      \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n      \"projectCodes\": [\n        \"ID2020.FR45.5\"\n      ],\n      \"startDate\": \"2019-07-01\",\n      \"endDate\": \"2019-09-01\",\n      \"workUnit\": \"day\",\n      \"workUnitNumber\": 40,\n      \"workUnitPrice\": {\n        \"amount\": 216,\n        \"currency\": \"EUR\"\n      },\n      \"attachment\": {\n        \"id\": \"PO.FILE.766246\",\n        \"type\": \"clientPurchaseOrder\"\n      },\n      \"manager\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"buyer\": {\n        \"firstName\": \"Hélène\",\n        \"lastName\": \"Smith\",\n        \"email\": \"helene.smith@gmail.com\"\n      },\n      \"timesheets\": [\n        \"CRA-6502-3-1\",\n        \"CRA-6502-3-2\",\n        \"CRA-6502-3-3\",\n        \"CRA-6502-3-4\"\n      ],\n      \"supplier\": {\n        \"name\": \"CTL Consulting\",\n        \"legalIdentifier\": \"1234569\",\n        \"externalId\": \"SUP_IT_010\",\n        \"seller\": {\n          \"firstName\": \"François\",\n          \"lastName\": \"Lucien\",\n          \"email\": \"francois.lucien@gmail.com\"\n        },\n        \"consultant\": {\n          \"firstName\": \"Jean-Paul\",\n          \"lastName\": \"Montard\",\n          \"externalId\": \"CLT-4800993-001\",\n          \"contactInformation\": {\n            \"email\": \"contractor@mail.com\",\n            \"phoneNumber\": \"+00000000000\"\n          }\n        }\n      },\n      \"dailyFees\": [\n        {\n          \"type\": \"Office\",\n          \"unitPrice\": {\n            \"amount\": 18,\n            \"currency\": \"EUR\"\n          },\n          \"description\": \"Office location\"\n        }\n      ],\n      \"spendingLine\": {\n        \"name\": \"IT application development\",\n        \"externalId\": \"DEV-IT-APP\",\n        \"budgetName\": \"IT department\",\n        \"budgetExternalId\": \"DEV-IT\"\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n      \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n      \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\"\n    }\n  ]\n}"},{"id":"a926f87f-d157-40dc-944b-35f258c26977","name":"With Ancestors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"total\": 1,\n  \"purchaseOrders\": [\n    {\n      \"id\": \"PO-6502-3\",\n      \"missionId\": 6502,\n      \"renewalId\": 2,\n      \"entity\": {\n        \"name\": \"LittleBig Connection Paris\",\n        \"externalId\": \"LBCPA\"\n      },\n      \"legalEntity\": {\n        \"name\": \"LittleBig Connection Ile de France\",\n        \"externalId\": \"LBCIDF\",\n        \"region\": {\n          \"countryName\": \"Canada\",\n          \"countryCode\": \"CA\",\n          \"provinceName\": \"Quebec\",\n          \"provinceCode\": \"CA-QC\"\n        }\n      },\n      \"status\": \"inProgress\",\n      \"ongoingAction\": \"earlyTermination\",\n      \"earlyTerminationReason\": \"clientDecision\",\n      \"earlyTerminationCommentary\": \"Early termination commentary.\",\n      \"externalId\": \"766246\",\n      \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n      \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n      \"projectCodes\": [\n        \"ID2020.FR45.5\"\n      ],\n      \"startDate\": \"2019-07-01\",\n      \"endDate\": \"2019-09-01\",\n      \"workUnit\": \"day\",\n      \"workUnitNumber\": 40,\n      \"workUnitPrice\": {\n        \"amount\": 216,\n        \"currency\": \"EUR\"\n      },\n      \"attachment\": {\n        \"id\": \"PO.FILE.766246\",\n        \"type\": \"clientPurchaseOrder\"\n      },\n      \"manager\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"buyer\": {\n        \"firstName\": \"Hélène\",\n        \"lastName\": \"Smith\",\n        \"email\": \"helene.smith@gmail.com\"\n      },\n      \"timesheets\": [\n        \"CRA-6502-3-1\",\n        \"CRA-6502-3-2\",\n        \"CRA-6502-3-3\",\n        \"CRA-6502-3-4\"\n      ],\n      \"supplier\": {\n        \"name\": \"CTL Consulting\",\n        \"legalIdentifier\": \"1234569\",\n        \"externalId\": \"SUP_IT_010\",\n        \"seller\": {\n          \"firstName\": \"François\",\n          \"lastName\": \"Lucien\",\n          \"email\": \"francois.lucien@gmail.com\"\n        },\n        \"consultant\": {\n          \"firstName\": \"Jean-Paul\",\n          \"lastName\": \"Montard\",\n          \"externalId\": \"CLT-4800993-001\",\n          \"contactInformation\": {\n            \"email\": \"contractor@mail.com\",\n            \"phoneNumber\": \"+00000000000\"\n          }\n        }\n      },\n      \"dailyFees\": [\n        {\n          \"type\": \"Office\",\n          \"unitPrice\": {\n            \"amount\": 18,\n            \"currency\": \"EUR\"\n          },\n          \"description\": \"Office location\"\n        }\n      ],\n      \"spendingLine\": {\n        \"name\": \"IT application development\",\n        \"externalId\": \"DEV-IT-APP\",\n        \"budgetName\": \"IT department\",\n        \"budgetExternalId\": \"DEV-IT\"\n      },\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"lastUpdateDateTime\": \"2020-01-03T09:08:17Z\",\n      \"requestForProposal\": {\n        \"id\": \"RFP-6502-3\",\n        \"missionId\": 6502,\n        \"renewalId\": 2,\n        \"type\": \"simple\",\n        \"creationDateTime\": \"2020-01-01T20:17:00Z\",\n        \"entity\": {\n          \"name\": \"LittleBig Connection Paris\",\n          \"externalId\": \"LBCPA\"\n        },\n        \"legalEntity\": {\n          \"name\": \"LittleBig Connection Ile de France\",\n          \"externalId\": \"LBCIDF\",\n          \"region\": {\n            \"countryName\": \"Canada\",\n            \"countryCode\": \"CA\",\n            \"provinceName\": \"Quebec\",\n            \"provinceCode\": \"CA-QC\"\n          }\n        },\n        \"status\": \"published\",\n        \"lastPublicationDateTime\": \"2020-01-02T15:14:00Z\",\n        \"closedDateTime\": \"2020-01-02T15:14:00Z\",\n        \"missionTitle\": \"Développeur full stack Java, JavaScript / NodeJS / NoSql\",\n        \"profileCode\": \"JAVA (FULLSTACK) SENIOR\",\n        \"projectCodes\": [\n          \"ID2020.FR45.5\"\n        ],\n        \"estimatedPurchaseOrderStartDate\": \"2020-02-01\",\n        \"estimatedPurchaseOrderEndDate\": \"2020-05-01\",\n        \"estimatedMissionStartDate\": \"2020-02-01\",\n        \"estimatedMissionEndDate\": \"2021-01-01\",\n        \"workUnit\": \"day\",\n        \"workUnitNumber\": 60,\n        \"maxBudget\": {\n          \"amount\": 500,\n          \"currency\": \"EUR\"\n        },\n        \"maxBudgetDisplayedToSupplier\": true,\n        \"missionLocation\": {\n          \"name\": \"LBC Paris\",\n          \"externalId\": \"LBCIDF\",\n          \"address\": \"28 Rue Jacques Ibert, 92300 Levallois-Perret\"\n        },\n        \"missionAdditionalDetails\": {\n          \"workSchedule\": \"notSpecified\",\n          \"remoteWork\": \"any\"\n        },\n        \"manager\": {\n          \"firstName\": \"Isabelle\",\n          \"lastName\": \"Duverger\",\n          \"email\": \"isabelle.duverger@gmail.com\"\n        },\n        \"buyer\": {\n          \"firstName\": \"Hélène\",\n          \"lastName\": \"Smith\",\n          \"email\": \"helene.smith@gmail.com\"\n        },\n        \"workFlow\": [\n          {\n            \"index\": 1,\n            \"entity\": {\n              \"name\": \"LBC France\",\n              \"externalId\": \"LBCFR\"\n            },\n            \"validator\": {\n              \"firstName\": \"Benoît\",\n              \"lastName\": \"Charbonnier\",\n              \"email\": \"benoit.charbonnier@littlebigconnection.com\"\n            },\n            \"status\": \"validated\",\n            \"lastUpdateDateTime\": \"2020-01-03T11:28:00Z\",\n            \"comment\": \"Ok for publication\"\n          }\n        ],\n        \"targets\": {\n          \"marketplace\": {\n            \"consultingCompanies\": true,\n            \"freelances\": true\n          },\n          \"direct\": {\n            \"seller\": {\n              \"companyName\": \"IT Solutions\",\n              \"firstName\": \"Jeanne\",\n              \"lastName\": \"Bonvier\"\n            },\n            \"externalSeller\": \"jean.ferdinant@gmail.com\"\n          },\n          \"preferredSuppliersList\": [\n            {\n              \"name\": \"Suppliers specialized in application development\",\n              \"companies\": [\n                {\n                  \"name\": \"CTL Consulting\",\n                  \"legalIdentifier\": \"1234569\",\n                  \"externalId\": \"SUP_IT_010\"\n                }\n              ]\n            }\n          ]\n        },\n        \"proposalCount\": 5,\n        \"startedPurchaseOrderNumber\": \"PO-6502-3\",\n        \"statusDetail\": {\n          \"purchaseOrderStarted\": false,\n          \"waitingForProfileCreation\": false,\n          \"fullTeam\": {\n            \"requiredProfiles\": 1,\n            \"validatedProfiles\": 1\n          },\n          \"extensionRefused\": false,\n          \"waitingForLBCApproval\": false,\n          \"waitingForBuyerValidation\": false,\n          \"waitingExtensionValidation\": false,\n          \"deleted\": false,\n          \"closed\": false\n        },\n        \"customFields\": [\n          {\n            \"externalId\": \"Expense_Type\",\n            \"value\": \"Maintenance / Overhaul.\"\n          }\n        ],\n        \"spendingLine\": {\n          \"name\": \"IT application development\",\n          \"externalId\": \"DEV-IT-APP\",\n          \"budgetName\": \"IT department\",\n          \"budgetExternalId\": \"DEV-IT\"\n        },\n        \"lastUpdateDateTime\": \"2020-01-02T15:14:00Z\",\n        \"lastUpdateUser\": {\n          \"firstName\": \"Julien\",\n          \"lastName\": \"Alvarez\",\n          \"email\": \"julien.alvarez@littlebigconnection.com\"\n        }\n      },\n      \"selectedProposal\": {\n        \"id\": \"PROP-6502-3-1\",\n        \"requestForProposalId\": \"RFP-6502-3\",\n        \"supplier\": {\n          \"name\": \"CTL Consulting\",\n          \"legalIdentifier\": \"1234569\",\n          \"externalId\": \"SUP_IT_010\",\n          \"seller\": {\n            \"firstName\": \"François\",\n            \"lastName\": \"Lucien\",\n            \"email\": \"francois.lucien@gmail.com\"\n          },\n          \"consultant\": {\n            \"firstName\": \"Jean-Paul\",\n            \"lastName\": \"Montard\",\n            \"statuses\": []\n          }\n        },\n        \"workUnitPrice\": {\n          \"amount\": 216,\n          \"currency\": \"EUR\"\n        },\n        \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n        \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\",\n        \"disponibilityDate\": \"2020-01-20\",\n        \"status\": \"selected\",\n        \"dailyFees\": [\n          {\n            \"type\": \"office\",\n            \"unitPrice\": {\n              \"amount\": 18,\n              \"currency\": \"EUR\"\n            },\n            \"description\": \"Office location\"\n          }\n        ]\n      },\n      \"missionContext\": \"<p>We need to include an experienced full stack developer to work closely with other developers to enhance our current user experience.</p>\",\n      \"missionDeliverables\": \"<p>Develop new frontend for daily user activities</p>\"\n    }\n  ]\n}"},{"id":"59bd8104-8dcf-406c-8fab-70d653c9e7ed","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"19cc225a-f708-4d76-ae2e-827335779453","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"929d5192-35df-48f4-9e05-243686fdcbe7","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"b4a23e25-d266-4398-bd6d-02cf8613da0d","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"1f6420c9-40c3-4f5b-9e55-408c1848219d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"a898ef63-95a7-45d4-8c3c-facc8ddd2b54","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"8a01103f-302c-49e1-8779-b9baf7441d49","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"ccca4cee-c4fa-4dc3-91fe-9f4ce34f4bef","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"PO-6502-3\",\n  \"missionId\": 6502,\n  \"externalId\": \"766246\",\n  \"countryCode\": \"CA\",\n  \"provinceCode\": \"CA-QC\",\n  \"creationYear\": 2020,\n  \"status\": \"inProgress\",\n  \"consultant\": {\n    \"externalId\": \"CLT-4800993-001\"\n  },\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/purchaseOrders/search?startAt=0&maxResults=100&withAncestors=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","purchaseOrders","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"If true, includes the request for proposal and the proposal that leads to the resource","key":"withAncestors","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"267b93a9-d6f6-462c-9f16-91e5d74a0900"}],"id":"db195bdc-b0eb-4a1a-98e0-d1cd960a5cc2","description":"<p>Information about Purchase Orders</p>\n","_postman_id":"db195bdc-b0eb-4a1a-98e0-d1cd960a5cc2","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Activity Reports","item":[{"name":"Get details of an Activity Report","id":"401cd89e-5edc-4d10-97ce-8eed188374ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","description":"<p>Returns the details of a specific Activity Report.</p>\n<p><strong>December 2024 Update:</strong> With the Product development to enhance expenses (accpeting multiple expenses with taxes), the expense object will return a sum of all the expenses with taxes to maintain the previous behavior.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","activityReports",":activityReportId"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>Retrieve the project’s cost breakdown (only if available).</p>\n","type":"text/plain"},"key":"costBreakdown","value":"false"}],"variable":[{"id":"b089c4d7-b082-46e5-a6f3-e48b08f1e4f6","description":{"content":"<p>(Required) Unique identifier of the Activity Report, such as 'CRA-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"CRA-6502-3-1","key":"activityReportId"}]}},"response":[{"id":"e253cb45-e807-42b5-a0cb-7eb1c799c4fa","name":"Validated-costBreakDown-false","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 5.5,\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 5,\n  \"overtime\": {\n    \"amount\": 10,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq578pebtD9iLL0hD\",\n      \"type\": \"overtimeReport\"\n    }\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq567slED9iLL0hD\",\n      \"type\": \"expenseReport\"\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"detail\": \"validatedByExternalSi\",\n    \"message\": \"OK for this Activity Report\"\n  },\n  \"statusHistory\": [\n    {\n      \"value\": \"validatedByExternalSi\",\n      \"comment\": \"I agree with this Activity Report\",\n      \"user\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n    }\n  ],\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"comments\": [\n    {\n      \"firstname\": \"Noemie\",\n      \"lastname\": \"Norman\",\n      \"text\": \"The timesheet is correct, the information provided by the consultant has been checked, everything is in order.\",\n      \"createdAt\": \"1617941663801\"\n    }\n  ],\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"supplier\": {\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\"\n    }\n  },\n  \"lastUpdateUser\": {\n    \"firstName\": \"Nicolas\",\n    \"lastName\": \"Dupont\"\n  },\n  \"freeOfChargeWorkUnits\": 2,\n  \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n}"},{"id":"13dffa4f-cb5d-43b1-b7d8-ffea33033d46","name":"Validated-costBreakDown-true","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 5.5,\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 5,\n  \"overtime\": {\n    \"amount\": 10,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq578pebtD9iLL0hD\",\n      \"type\": \"overtimeReport\"\n    }\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq567slED9iLL0hD\",\n      \"type\": \"expenseReport\"\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"detail\": \"validatedByExternalSi\",\n    \"message\": \"OK for this Activity Report\"\n  },\n  \"statusHistory\": [\n    {\n      \"value\": \"validatedByExternalSi\",\n      \"comment\": \"I agree with this Activity Report\",\n      \"user\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n    }\n  ],\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"comments\": [\n    {\n      \"firstname\": \"Noemie\",\n      \"lastname\": \"Norman\",\n      \"text\": \"The timesheet is correct, the information provided by the consultant has been checked, everything is in order.\",\n      \"createdAt\": \"1617941663801\"\n    }\n  ],\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"supplier\": {\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\"\n    }\n  },\n  \"lastUpdateUser\": {\n    \"firstName\": \"Nicolas\",\n    \"lastName\": \"Dupont\"\n  },\n  \"freeOfChargeWorkUnits\": 2,\n  \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\",\n  \"costBreakdown\": [\n    {\n      \"projectCode\": \"DSI_SERV_31\",\n      \"workUnit\": \"DAYS\",\n      \"workUnitNumber\": 3.5,\n      \"comment\": \"Deployed the new services on every server\"\n    }\n  ]\n}"},{"id":"83f9fa7c-61fa-4858-9d72-255c44ffcf30","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"faf783ac-f677-4608-b94b-4d4257ddeeb7","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"7377f1cf-e118-48eb-a167-7d48e9b22ed7","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"54dd58b2-e53d-4c41-960d-376cbe658ae4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"77daaaf0-45ec-417b-af1a-8864e01f4d5b","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"222c5c39-29a7-4e99-9562-b0f75d4a7e3f","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"37399ef1-10c0-4a74-8d81-b0369d84ee19","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId?costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId"],"query":[{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}],"variable":[{"key":"activityReportId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"401cd89e-5edc-4d10-97ce-8eed188374ed"},{"name":"*deprecated* Upload a document to an Activity Report","id":"0b259508-22a0-498c-9b18-a76d8bc027df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","description":"<p>Attach a PDF file to an Activity Report on Little Big Connection. </p>\n<p>The file must be encoded in Base64 and included in fileData field. Max size accepted is <em>3 MegaBytes</em>\nThe accepted fileType are :             </p>\n<ul>\n<li>overtimeReport</li>\n<li>expenseReport</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","activityReports",":activityReportId","upload"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"5965b41c-5bb4-424b-9e5f-f4c35baf868c","description":{"content":"<p>(Required) Unique identifier of the Activity Report, such as 'CRA-6502-3-1'.</p>\n","type":"text/plain"},"type":"any","value":"CRA-6502-3-1","key":"activityReportId"}]}},"response":[{"id":"a9be1f18-b1d7-4394-aff2-7f19b7c6ac6d","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"result\": \"The file has been attached to the Activity Report\"\n}"},{"id":"745bc62c-2151-4f97-afd9-9110a2aa11e5","name":"Max-Size-Reached","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The uploaded document exceeds the maximum allowed size: 3MB\"\n}"},{"id":"72301d73-48c1-414b-917e-09948143976d","name":"Max-Pages-Reached","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The uploaded document exceeds the maximum allowed number of pages: 10\"\n}"},{"id":"5950b3d2-d4f2-435c-8d55-7888bc5a13ac","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"f95a4376-6b9b-4ab0-942b-51d219572374","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"cd5becfe-f00c-4a78-b3d4-0e2a8a62268c","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"e59cb8b9-1773-4cfc-8400-f1e0f1191895","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"Receipt provided by the consultant\",\n  \"fileType\": \"overtimeReport\",\n  \"fileData\": \"JVBERi0xLjIgCjkgMCBvYmoKPDwKPj4Kc3RyZWFtCkJULyAzMiBUZiggIFlPVVIgVEVYVCBIRVJFICAgKScgRVQKZW5kc3RyZWFtCmVuZG9iago0IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgNSAwIFIKL0NvbnRlbnRzIDkgMCBSCj4+CmVuZG9iago1IDAgb2JqCjw8Ci9LaWRzIFs0IDAgUiBdCi9Db3VudCAxCi9UeXBlIC9QYWdlcwovTWVkaWFCb3ggWyAwIDAgMjUwIDUwIF0KPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1BhZ2VzIDUgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagp0cmFpbGVyCjw8Ci9Sb290IDMgMCBSCj4+CiUlRU9G\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/:activityReportId/upload","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports",":activityReportId","upload"],"variable":[{"key":"activityReportId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"0b259508-22a0-498c-9b18-a76d8bc027df"},{"name":"Partial update of an Activity Report","id":"ecc4e686-4740-422b-ac40-9c1ac06813df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports","description":"<p>Update some information in an existing Activity Report. Only available if the External Timesheet Injection is enabled. \nYou can use this operation to send the timesheet on behalf of the consultant. To do so, send a request with an request body with the new timesheet.</p>\n<p>However, at least one of the following fields are required to uniquely identify an Activity Report:</p>\n<ul>\n<li><p><code>id</code></p>\n</li>\n<li><p><code>purchaseOrderId</code> and <code>yearMonth</code> </p>\n</li>\n<li><p><code>consultantExternalId</code> and <code>yearMonth</code></p>\n</li>\n</ul>\n<p>Please note that the <code>timesheetMap</code> can only be uploaded for Activity Reports whose type is <code>day</code> or <code>hour</code>.        </p>\n<p><strong>Applied rules to accept the updated timesheet</strong></p>\n<ul>\n<li><p>First date with value not equal to 0 must be not before the start date of the purchase order</p>\n</li>\n<li><p>Last date with value not equal to 0 must be not after the end date of the purchase order</p>\n</li>\n<li><p>Sum of amount of work units of the different Activity Reports must be less or equal to the PO work units.</p>\n</li>\n</ul>\n<p><strong>Important!!</strong> the missing days will be considered with 0 worked units.</p>\n<p>Weekends are disabled by default. Means they won’t appear initially in the Timesheet. Once the you send a timesheet with work units in weekends, they will be enabled.</p>\n<p>If you manage your Activity Reports via an external tool, you can ask your account manager to add a last step to your timesheet validation process (Service Reception). Once the Activity Report has been validated by your operational manager, its status becomes <code>pendingExternalValidation</code> instead of <code>validated</code>. </p>\n<p>It will allow you to run your own validation workflow in your internal system and to validate the Reception of the Service and perform the final validation in the platform using serviceReceptions API.</p>\n<p><strong>December 2024 Update:</strong> With the Product development to enhance expenses (accpeting multiple expenses with taxes), when updating the expense object, one expense as before will be added to the Activity Report (amount includes taxes) overwritting any existing expense in the Activity Report. </p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","activityReports"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[]}},"response":[{"id":"56772d35-3f69-4067-8249-6fa9da154e12","name":"Successful operation","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 5.5,\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq578pebtD9iLL0hD\",\n      \"type\": \"overtimeReport\"\n    }\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq567slED9iLL0hD\",\n      \"type\": \"expenseReport\"\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"detail\": \"validatedByExternalSi\",\n    \"message\": \"OK for this Activity Report\"\n  },\n  \"statusHistory\": [\n    {\n      \"value\": \"validatedByExternalSi\",\n      \"comment\": \"I agree with this Activity Report\",\n      \"user\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n    }\n  ],\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"comments\": [\n    {\n      \"firstname\": \"Noemie\",\n      \"lastname\": \"Norman\",\n      \"text\": \"The timesheet is correct, the information provided by the consultant has been checked, everything is in order.\",\n      \"createdAt\": \"1617941663801\"\n    }\n  ],\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"supplier\": {\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\"\n    }\n  },\n  \"lastUpdateUser\": {\n    \"firstName\": \"Nicolas\",\n    \"lastName\": \"Dupont\"\n  },\n  \"freeOfChargeWorkUnits\": 2,\n  \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\",\n  \"costBreakdown\": [\n    {\n      \"projectCode\": \"DSI_SERV_31\",\n      \"workUnit\": \"DAYS\",\n      \"workUnitNumber\": 3.5,\n      \"comment\": \"Deployed the new services on every server\"\n    }\n  ]\n}"},{"id":"5e7ec8c4-cbdb-4854-abc9-be57285a4a40","name":"Timesheet-with-non-valid-days","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Timesheet contains work units outside the defined month.\"\n}"},{"id":"044d612c-5bfb-4c64-8294-88b99e69fc96","name":"Invalid-format-work-units","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Timesheet contains work units with some non-accepted values. Accepted values: for DAYS [0, 0.5, 1], for HOURS [0, 0.25, 0.5, 0.75, 1].\"\n}"},{"id":"64aa935c-9a85-48c0-9a66-77d2375d3bf1","name":"Timesheet-with-non-PO-days","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Timesheet contains work units outside the define dates of the mission. Start date : {{PO.startDate}}, end date : {{PO.endDate}}.\"\n}"},{"id":"5047d188-014f-4ea7-9384-f1432ff857a5","name":"Fixed-price-project","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Timesheet cannot be updated because work units are not DAYS or HOURS. Work unit type : {{workUnitType}}.\"\n}"},{"id":"47b48a0b-e7f4-40ad-99a7-544c7a13b578","name":"Not-enough-available-workunits","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The mission doesn’t have enough work units to be validated. Total mission work units :{{totalPOWorkUnits}} , Validated work units : {{workUnitsValidatedinPO}} . Pending work units : {{pendingPOWorkUnits}}  . Received work units in this timesheet : {{TimesheetWorkUnits}}.\"\n}"},{"id":"e15597ce-d4a9-4dba-959e-e3c3ea6c3ab1","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"d2eb1391-005b-43a7-89fd-daa47d90aa06","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"3c43abfa-c139-413d-b3f6-a66f72d87bce","name":"URL-not-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"3ad9c3b6-002a-47df-8808-5f665a08d62d","name":"Not-result-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"c04c9536-c660-4b3b-956c-311155191079","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"consultantExternalId\": \"CLT-4800993-001\",\n  \"yearMonth\": \"2019-05\",\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 1.5,\n  \"overtime\": {\n    \"amount\": 5,\n    \"currency\": \"EUR\"\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"ecc4e686-4740-422b-ac40-9c1ac06813df"},{"name":"List & search Activity Reports","id":"cf6afb46-ed20-49b2-8c63-59abc57dd356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","description":"<p>Use this service to retrieve a list of Activity Reports. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the Activity Reports ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","activityReports","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"},{"description":{"content":"<p>Retrieve the project’s cost breakdown (only if available).</p>\n","type":"text/plain"},"key":"costBreakdown","value":"false"}],"variable":[]}},"response":[{"id":"42fed85c-4118-4b23-b8b8-7188ab98e55a","name":"Validated-costBreakDown-false","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startAt\": 0,\n  \"maxResults\": 100,\n  \"total\": 1,\n  \"activityReports\": [\n    {\n      \"id\": \"CRA-6502-3-1\",\n      \"yearMonth\": \"2019-05\",\n      \"purchaseOrderId\": \"PO-6502-3\",\n      \"externalId\": \"AR-202009-ARC281\",\n      \"workUnit\": \"day\",\n      \"workUnitNumber\": 5.5,\n      \"timeSheetMap\": {\n        \"1\": 1,\n        \"3\": 1,\n        \"4\": 0.5,\n        \"7\": 1,\n        \"10\": 0.5,\n        \"14\": 0.5,\n        \"31\": 1\n      },\n      \"regulation\": 5,\n      \"overtime\": {\n        \"amount\": 10,\n        \"currency\": \"EUR\",\n        \"attachment\": {\n          \"id\": \"MtTOAdq578pebtD9iLL0hD\",\n          \"type\": \"overtimeReport\"\n        }\n      },\n      \"expenses\": {\n        \"amount\": 30,\n        \"currency\": \"EUR\",\n        \"attachment\": {\n          \"id\": \"MtTOAdq567slED9iLL0hD\",\n          \"type\": \"expenseReport\"\n        }\n      },\n      \"status\": {\n        \"value\": \"validated\",\n        \"detail\": \"validatedByExternalSi\",\n        \"message\": \"OK for this Activity Report\"\n      },\n      \"statusHistory\": [\n        {\n          \"value\": \"pendingConsultantValidation\",\n          \"comment\": \"I agree with this Activity Report\",\n          \"user\": {\n            \"firstName\": \"Isabelle\",\n            \"lastName\": \"Duverger\",\n            \"email\": \"isabelle.duverger@gmail.com\"\n          },\n          \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n        }\n      ],\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"comments\": [\n        {\n          \"firstname\": \"Noemie\",\n          \"lastname\": \"Norman\",\n          \"text\": \"The timesheet is correct, the information provided by the consultant has been checked, everything is in order.\",\n          \"createdAt\": \"1617941663801\"\n        }\n      ],\n      \"manager\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"supplier\": {\n        \"seller\": {\n          \"firstName\": \"François\",\n          \"lastName\": \"Lucien\",\n          \"email\": \"francois.lucien@gmail.com\"\n        },\n        \"consultant\": {\n          \"firstName\": \"Jean-Paul\",\n          \"lastName\": \"Montard\",\n          \"externalId\": \"CLT-4800993-001\"\n        }\n      },\n      \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\",\n      \"lastUpdateUser\": {\n        \"firstName\": \"Nicolas\",\n        \"lastName\": \"Dupont\"\n      }\n    }\n  ]\n}"},{"id":"8d902ca6-32b4-47a6-9beb-4900e1e2aafa","name":"Validated-costBreakDown-true","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startAt\": 0,\n  \"maxResults\": 100,\n  \"total\": 1,\n  \"activityReports\": [\n    {\n      \"id\": \"CRA-6502-3-1\",\n      \"yearMonth\": \"2019-05\",\n      \"purchaseOrderId\": \"PO-6502-3\",\n      \"externalId\": \"AR-202009-ARC281\",\n      \"workUnit\": \"day\",\n      \"workUnitNumber\": 5.5,\n      \"timeSheetMap\": {\n        \"1\": 1,\n        \"3\": 1,\n        \"4\": 0.5,\n        \"7\": 1,\n        \"10\": 0.5,\n        \"14\": 0.5,\n        \"31\": 1\n      },\n      \"regulation\": 5,\n      \"overtime\": {\n        \"amount\": 10,\n        \"currency\": \"EUR\",\n        \"attachment\": {\n          \"id\": \"MtTOAdq578pebtD9iLL0hD\",\n          \"type\": \"overtimeReport\"\n        }\n      },\n      \"expenses\": {\n        \"amount\": 30,\n        \"currency\": \"EUR\",\n        \"attachment\": {\n          \"id\": \"MtTOAdq567slED9iLL0hD\",\n          \"type\": \"expenseReport\"\n        }\n      },\n      \"status\": {\n        \"value\": \"validated\",\n        \"detail\": \"validatedByExternalSi\",\n        \"message\": \"OK for this Activity Report\"\n      },\n      \"statusHistory\": [\n        {\n          \"value\": \"pendingConsultantValidation\",\n          \"comment\": \"I agree with this Activity Report\",\n          \"user\": {\n            \"firstName\": \"Isabelle\",\n            \"lastName\": \"Duverger\",\n            \"email\": \"isabelle.duverger@gmail.com\"\n          },\n          \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n        }\n      ],\n      \"customFields\": [\n        {\n          \"externalId\": \"Expense_Type\",\n          \"value\": \"Maintenance / Overhaul.\"\n        }\n      ],\n      \"comments\": [\n        {\n          \"firstname\": \"Noemie\",\n          \"lastname\": \"Norman\",\n          \"text\": \"The timesheet is correct, the information provided by the consultant has been checked, everything is in order.\",\n          \"createdAt\": \"1617941663801\"\n        }\n      ],\n      \"manager\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"supplier\": {\n        \"seller\": {\n          \"firstName\": \"François\",\n          \"lastName\": \"Lucien\",\n          \"email\": \"francois.lucien@gmail.com\"\n        },\n        \"consultant\": {\n          \"firstName\": \"Jean-Paul\",\n          \"lastName\": \"Montard\",\n          \"externalId\": \"CLT-4800993-001\"\n        }\n      },\n      \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\",\n      \"lastUpdateUser\": {\n        \"firstName\": \"Nicolas\",\n        \"lastName\": \"Dupont\"\n      },\n      \"costBreakdown\": [\n        {\n          \"projectCode\": \"DSI_SERV_31\",\n          \"workUnit\": \"DAYS\",\n          \"workUnitNumber\": 3.5,\n          \"comment\": \"Deployed the new services on every server\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"f6b4fe75-7879-48a9-b786-dbcd7542bab3","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ced33f7e-e577-439e-9f51-1c1e0e791f0a","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"41cb6668-2f68-4ba5-bdb4-2fcc3635598d","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"7cd0376d-1768-4e18-aa31-883c749e02a3","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"da068220-289b-4f7a-b924-e51ffe310bdc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"68c45521-0ea3-4a90-ac85-0794e4d35271","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"2db46995-cc4c-4c73-90f5-c42c0ce7c1bf","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"b813b06f-196b-4dc2-a3a2-f7c8fbcdb852","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"status\": \"validated\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/activityReports/search?startAt=0&maxResults=100&costBreakdown=false","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","activityReports","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"},{"description":"Retrieve the project’s cost breakdown (only if available).","key":"costBreakdown","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"cf6afb46-ed20-49b2-8c63-59abc57dd356"}],"id":"76ba48cf-1463-4579-9a95-4ca34cbd3b64","description":"<h2 id=\"activity-report-status-mapping\">Activity Report status mapping</h2>\n<p>For activity reports, the object status provide two type of details :</p>\n<ul>\n<li><p><code>status.value</code> is kind of binary and regroups many statuses on one value\nbased on the latest status timesheet has reached</p>\n</li>\n<li><p><code>status.detail</code> gives the list of thinest status on the platform</p>\n</li>\n<li><p><code>status.comment</code> is related to last comment for the status</p>\n</li>\n</ul>\n<p>Following mapping can be used to understand better what could be retrieved:</p>\n<table> <thead> <tr> <th>Platform status</th> <th>Value</th> <th>Detail</th> <th>Comment</th> </tr> </thead> <tbody> <tr> <td>Pending (En attente de validation)</td> <td>notValidated</td> <td>pendingConsultantValidation</td> <td>Default status</td> </tr> <tr> <td>Validated by the Consultant (Validé par le Consultant)</td> <td>notValidated</td> <td>validatedByConsultant</td> <td></td> </tr> <tr> <td>Validated by business manager (Validé par le Commercial)</td> <td>notValidated</td> <td>validatedBySeller</td> <td></td> </tr> <tr> <td>Refused by the Sales Manager (Refusé par le Commercial)</td> <td>notValidated</td> <td>refusedBySeller</td> <td></td> </tr> <tr> <td>Successful synchronization with external IS (Synchronisation réussie avec le SI externe)</td> <td>validated</td> <td>validatedByExternalSi</td> <td>Legacy status</td> </tr> <tr> <td>Synch. Fail. with external IS (Echec synch. avec le SI externe)</td> <td>rejected</td> <td>refusedByExternalSi</td> <td>Legacy status</td> </tr> <tr> <td>Synch. with external IS is on-going (Synch. avec le SI externe en cours)</td> <td>notValidated</td> <td>pendingExternalValidation</td> <td>Legacy status</td> </tr> <tr> <td>Timeout of the external IS (Timeout du SI externe)</td> <td>notValidated</td> <td>timeOutExternalValidation</td> <td>Legacy status</td> </tr> <tr> <td>External IS ignored (SI externe ignoré)</td> <td>notValidated</td> <td>externalValidationBypassed</td> <td>Legacy status</td> </tr> <tr> <td>Fixed (Fixé)</td> <td>notValidated</td> <td>fixed</td> <td></td> </tr> <tr> <td>Auto validated (Auto validé)</td> <td>validated</td> <td>autoValidated</td> <td></td> </tr> <tr> <td>Cancelled by the Operations Manager (Annulé par le Resp. Opé)</td> <td>notValidated</td> <td>invalidatedByManager</td> <td></td> </tr> <tr> <td>Pending transmission (En Attente de transmission)</td> <td>notValidated</td> <td>pendingTransmission</td> <td></td> </tr> <tr> <td>Transmission completed (Transmission effectuée)</td> <td>notValidated</td> <td>validatedByTransmission</td> <td></td> </tr> <tr> <td>Refused by the Manager (Refusé par le Manager)</td> <td>rejected</td> <td>refusedByManager</td> <td></td> </tr> <tr> <td>Validated by the Operations Manager (Validé par le Resp. Opérationnel)</td> <td>validated</td> <td>validatedByManager</td> <td></td> </tr> </tbody> </table>\n\n\n<p>It is also to be noticed that when synchronisation via API or file is\nused, status will move from <strong>notValidated</strong> / <strong>pendingTransmission</strong> to \n<strong>notValidated</strong> / <strong>validatedByConsultant</strong> (validation by contractor's\nsales manager is required) or <strong>notValidated</strong> / <strong>validatedBySeller</strong>\n(for freelancers for instance)</p>\n","_postman_id":"76ba48cf-1463-4579-9a95-4ca34cbd3b64","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Service Receptions","item":[{"name":"Partial update of a service reception","id":"3db2d159-1e21-4538-98f2-8766a5281070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions","description":"<p>Performs the last validation of the Activity Report to confirm the Reception of the Service.\nChange it to <code>validated</code> to confirm that the Service was Received, allowing your supplier to invoice your legal entity. \nOr change it to <code>rejected</code> to allow your operational manager to operate changes to the timesheet, allowing to restart the validation process. Note that both status value and message can only be updated if the feature is activated on your account.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","serviceReceptions"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[]}},"response":[{"id":"07069667-7308-4c60-bf55-9cdd4ad6f80a","name":"Successful operation","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"yearMonth\": \"2019-05\",\n  \"purchaseOrderId\": \"PO-6502-3\",\n  \"externalId\": \"AR-202009-ARC281\",\n  \"workUnit\": \"day\",\n  \"workUnitNumber\": 5.5,\n  \"timeSheetMap\": {\n    \"1\": 1,\n    \"3\": 1,\n    \"4\": 0.5,\n    \"7\": 1,\n    \"10\": 0.5,\n    \"14\": 0.5,\n    \"31\": 1\n  },\n  \"regulation\": 5,\n  \"overtime\": {\n    \"amount\": 10,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq578pebtD9iLL0hD\",\n      \"type\": \"overtimeReport\"\n    }\n  },\n  \"expenses\": {\n    \"amount\": 30,\n    \"currency\": \"EUR\",\n    \"attachment\": {\n      \"id\": \"MtTOAdq567slED9iLL0hD\",\n      \"type\": \"expenseReport\"\n    }\n  },\n  \"status\": {\n    \"value\": \"validated\",\n    \"detail\": \"validatedByExternalSi\",\n    \"message\": \"OK for this Activity Report\"\n  },\n  \"statusHistory\": [\n    {\n      \"value\": \"pendingConsultantValidation\",\n      \"comment\": \"I agree with this Activity Report\",\n      \"user\": {\n        \"firstName\": \"Isabelle\",\n        \"lastName\": \"Duverger\",\n        \"email\": \"isabelle.duverger@gmail.com\"\n      },\n      \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\"\n    }\n  ],\n  \"customFields\": [\n    {\n      \"externalId\": \"Expense_Type\",\n      \"value\": \"Maintenance / Overhaul.\"\n    }\n  ],\n  \"comments\": [\n    {\n      \"firstname\": \"Noemie\",\n      \"lastname\": \"Norman\",\n      \"text\": \"The timesheet is correct, the information provided by the consultant has been checked, everything is in order.\",\n      \"createdAt\": \"1617941663801\"\n    }\n  ],\n  \"manager\": {\n    \"firstName\": \"Isabelle\",\n    \"lastName\": \"Duverger\",\n    \"email\": \"isabelle.duverger@gmail.com\"\n  },\n  \"supplier\": {\n    \"seller\": {\n      \"firstName\": \"François\",\n      \"lastName\": \"Lucien\",\n      \"email\": \"francois.lucien@gmail.com\"\n    },\n    \"consultant\": {\n      \"firstName\": \"Jean-Paul\",\n      \"lastName\": \"Montard\",\n      \"externalId\": \"CLT-4800993-001\"\n    }\n  },\n  \"lastUpdateDateTime\": \"2020-01-01T17:43:00Z\",\n  \"lastUpdateUser\": {\n    \"firstName\": \"Nicolas\",\n    \"lastName\": \"Dupont\"\n  },\n  \"costBreakdown\": [\n    {\n      \"projectCode\": \"DSI_SERV_31\",\n      \"workUnit\": \"day\",\n      \"workUnitNumber\": 3.5,\n      \"comment\": \"Deployed the new services on every server\"\n    }\n  ]\n}"},{"id":"0d9e3f1d-b896-434e-8e65-06c6b6a44e3d","name":"Missing-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"741280a3-bcdb-4bdf-9616-ed2a2b04a2d2","name":"Incorrect-format-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"5791f8e5-42b1-458f-8ee8-3f0fd10c2ad9","name":"Invalid-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"304b7b19-a7d7-4f52-80c0-c897f011b3d1","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"96907e34-9e0a-478d-a360-07330a0031cb","name":"URL-not-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"bad72534-38d4-47e8-b36f-e6ffa6a3acc5","name":"Not-result-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"bac69e4e-12e2-42e9-91c3-fe38207214cf","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"CRA-6502-3-1\",\n  \"status\": {\n    \"value\": \"validated\",\n    \"message\": \"OK for this Activity Report\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/serviceReceptions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"3db2d159-1e21-4538-98f2-8766a5281070"}],"id":"791bf8f6-8ade-452e-a2d6-20b494773fc1","description":"<p>Information about Service Receptions</p>\n","_postman_id":"791bf8f6-8ade-452e-a2d6-20b494773fc1","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Project Codes","item":[{"name":"Get details of a Project Code","id":"b503eaee-4ab8-4c3f-93cf-f88d383f170c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","description":"<p>Returns the details of a specific Project Code.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","projectCodes",":projectCodeId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"9f66f879-1acd-418b-a3d1-b089c68b381a","description":{"content":"<p>(Required) Unique identifier of the Project Code.</p>\n","type":"text/plain"},"type":"any","value":"75741b40-cca0-4a3b-9989-38b4f0afa260","key":"projectCodeId"}]}},"response":[{"id":"c0721e8d-2c26-435b-aa07-e9926c096709","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"CZ0507.EB2309.22058505\",\n  \"projectManager\": \"BILLIET Eric\",\n  \"description\": \"R&D_O. Delhaye acting PD HMI&DISPLAY(06-09)\"\n}"},{"id":"ad60a172-0bdd-4056-8c8e-04cd4b2a7f74","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"fe7ec005-6d45-4609-93b8-27c6862ba6b3","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"9e74b788-29ba-482e-b253-a959529a5174","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"ad88636b-eb36-488b-8aaa-e9edc544010d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"cc8aa65e-ca8a-4826-83ce-49c39db54f37","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"27d1e746-00e6-457b-9246-3727c0abf904","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"4b254c21-0b60-45b3-8cc9-da1518f278fc","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"b503eaee-4ab8-4c3f-93cf-f88d383f170c"},{"name":"Replace a Project Code","id":"ce6f6992-e571-46b8-9dbe-33dc0ca389eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","description":"<p>Replace a specific Project Code. The required parameters must be sent.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","projectCodes",":projectCodeId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"c2837865-2773-4e16-83c7-d5c7d8a69305","description":{"content":"<p>(Required) Unique identifier of the Project Code.</p>\n","type":"text/plain"},"type":"any","value":"75741b40-cca0-4a3b-9989-38b4f0afa260","key":"projectCodeId"}]}},"response":[{"id":"19022cbe-ab7d-45f2-80af-f23d2a57fdcf","name":"Successful operation","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}"},{"id":"f1d21b78-4c54-4cfd-81ce-bad2948ee751","name":"Missing-parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"2598ba56-798a-41d3-bf7d-67e848ee176e","name":"Incorrect-format-parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"a587311b-8bc1-4e99-9420-ed833421e21f","name":"Invalid-parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"1ff1aaf8-3d2e-47aa-9924-3e491594e970","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"df58953e-c7f4-4647-8f4f-6c074d9089e8","name":"URL-not-found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"efaa73c3-9925-4beb-aa40-8c4645fad80b","name":"Not-result-found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"01ab04e8-44c7-408f-a877-f05dbb282ba9","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"ce6f6992-e571-46b8-9dbe-33dc0ca389eb"},{"name":"Delete a Project Code","id":"b164979b-f2c4-4d13-8e63-3b3e2094050e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","description":"<p>Remove a Project Code from the Little Big Connection plateforme.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","projectCodes",":projectCodeId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"b1a4578f-c738-4973-a134-78097013b8e2","description":{"content":"<p>(Required) Unique identifier of the Project Code.</p>\n","type":"text/plain"},"type":"any","value":"75741b40-cca0-4a3b-9989-38b4f0afa260","key":"projectCodeId"}]}},"response":[{"id":"0cea03e3-72fc-46d0-b579-9236cedf3b53","name":"No content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"431d01ea-32f8-463b-ae0d-94f26c3655ba","name":"Missing-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"3bc060f3-816c-479b-bc16-4f470dd5cbac","name":"Incorrect-format-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"fb21d7d0-0b95-477d-858f-98fa68c932e8","name":"Invalid-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"208d6cda-b847-4760-aad7-8db63525b973","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"404d30a0-4135-4fa8-a818-b8e6589709f0","name":"URL-not-found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"b3fb312f-bb74-4412-b85f-6cd79d67b594","name":"Not-result-found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"6437582b-05ae-479a-9073-7f9c773d3ee4","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/:projectCodeId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes",":projectCodeId"],"variable":[{"key":"projectCodeId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"b164979b-f2c4-4d13-8e63-3b3e2094050e"},{"name":"Create a Project Code","id":"8eac0ab1-8dcf-430a-8702-89e1b3914b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes","description":"<p>Create a Project Code.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","projectCodes"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[]}},"response":[{"id":"b881db0e-0e2f-474a-bd88-c50fd495e5fa","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}"},{"id":"09561e83-4c31-429e-9394-ee54e92497d5","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"24e84dde-ea8f-44f3-a857-4fc45f195d88","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"e4e2bbce-d60e-48d0-99b4-89f8fa6a48dc","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"b047a537-58c6-418b-a920-85cd77153d73","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"00bb088c-6509-4da4-b017-01fdf1c3c27a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\",\n  \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"8eac0ab1-8dcf-430a-8702-89e1b3914b76"},{"name":"List & search Project Codes","id":"fa90bbf9-6ae1-46a9-8e71-2c93c531ef86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","description":"<p>Use this service to retrieve a list of Project Codes. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the Project Codes ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","projectCodes","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"}],"variable":[]}},"response":[{"id":"f9552c9e-b370-4d09-848b-e2dcbf3bbeed","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"maxResults\": 100,\n  \"projectCodes\": [\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    },\n    {\n      \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n      \"externalId\": \"ID2020.FR45.5\",\n      \"projectManager\": \"Didier Augustin\",\n      \"description\": \"Review project of the SAML module used for single sign-on connections.\"\n    }\n  ],\n  \"startAt\": 1,\n  \"total\": 1\n}"},{"id":"360f932b-75b9-494e-a6d7-0f64580f9f89","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"83b161de-7ac4-460a-948d-58b20ed5b24b","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"a1fa7456-006f-4707-9aaf-2df8c693e59a","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"574e7f5f-d2bd-47f5-83ca-aa8044d5de4b","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"dd1255fa-d292-45ba-b2d9-f3eda87e5fc6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"0a07ee59-1f80-41a7-bc59-b02cca710a97","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"e124670c-e169-4854-9347-96812625fcfe","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"fae31548-6dc5-4c77-83e5-829b84660908","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"75741b40-cca0-4a3b-9989-38b4f0afa260\",\n  \"externalId\": \"ID2020.FR45.5\",\n  \"projectManager\": \"Didier Augustin\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/projectCodes/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","projectCodes","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"fa90bbf9-6ae1-46a9-8e71-2c93c531ef86"}],"id":"741fab7c-4bee-4fab-9411-ebf5b627c117","description":"<p>Administering Project Codes</p>\n","_postman_id":"741fab7c-4bee-4fab-9411-ebf5b627c117","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"List & search Custom Fields","id":"d7b29e28-c7bf-47fe-a672-ed8518b744bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","description":"<p>Use this service to retrieve a list of Custom Fields matching search criteria. If there is no criteria, the service returns all the Custom Fields ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","customFields","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"}],"variable":[]}},"response":[{"id":"198312dd-2922-4f08-bba4-50add6b234f3","name":"Type-select","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 1,\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"customFields\": [\n    {\n      \"id\": \"Z6aJXSwX3_nm0q8Vi6WMYQ\",\n      \"externalId\": \"CustomField1\",\n      \"title\": \"SAP - Cost Center\",\n      \"description\": \"SAP cost center related to your business unit.\",\n      \"type\": \"select\",\n      \"enabled\": true,\n      \"options\": [\n        {\n          \"name\": \"Option 1\",\n          \"description\": \"EU cost center associated with research and development expenses\",\n          \"itemOrder\": 1\n        },\n        {\n          \"name\": \"Option 2\",\n          \"description\": \"EU cost center associated with other expenses\",\n          \"itemOrder\": 2\n        },\n        {\n          \"name\": \"Option 3\",\n          \"description\": \"Default cost center\",\n          \"itemOrder\": 3\n        }\n      ],\n      \"resources\": [\n        {\n          \"type\": \"purchaseOrders\",\n          \"enabled\": true,\n          \"mandatory\": false\n        },\n        {\n          \"type\": \"requestsForProposals\",\n          \"enabled\": true,\n          \"mandatory\": true\n        }\n      ],\n      \"entities\": [\n        {\n          \"name\": \"LittleBig Connection Ile de France\",\n          \"externalId\": \"LBC_FR\"\n        },\n        {\n          \"name\": \"LittleBig Connection Spain\",\n          \"externalId\": \"LBC_ES\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"fbd3f22f-238f-446d-a846-320800c7278f","name":"Type-text","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 1,\n  \"startAt\": 1,\n  \"maxResults\": 100,\n  \"customFields\": [\n    {\n      \"id\": \"Z6aJXSwX3_nm0q8Vi6WMYQ\",\n      \"externalId\": \"CustomField1\",\n      \"title\": \"SAP - Cost Center\",\n      \"description\": \"SAP cost center related to your business unit.\",\n      \"type\": \"text\",\n      \"enabled\": true,\n      \"resources\": [\n        {\n          \"type\": \"purchaseOrders\",\n          \"enabled\": true,\n          \"mandatory\": false\n        },\n        {\n          \"type\": \"requestsForProposals\",\n          \"enabled\": true,\n          \"mandatory\": true\n        }\n      ],\n      \"entities\": [\n        {\n          \"name\": \"LittleBig Connection Ile de France\",\n          \"externalId\": \"LBC_FR\"\n        },\n        {\n          \"name\": \"LittleBig Connection Spain\",\n          \"externalId\": \"LBC_ES\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"f44714c8-025b-47ff-b18e-d6f3e9c03649","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"3dd92226-0099-4ee6-ad8a-89b1fe26bf84","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"ea617ea9-479e-4124-8d63-0503f29cdfae","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"8f11ae34-9c6f-4a8d-a0d6-77bf4490e120","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"fd6f9810-d7c9-4bfd-83ac-5ff7ca7cc4e1","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"e83833d7-c8d5-434f-98fc-9bd016bfa701","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"54951062-d17f-4900-a436-7fc0d3cb6079","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"a118c8b1-dffe-4fef-b6e0-2c03dad85dac","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"CustomField1\",\n  \"type\": \"select\",\n  \"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"d7b29e28-c7bf-47fe-a672-ed8518b744bc"},{"name":"Get details of a Custom Field","id":"11c11664-203e-4843-9d6b-66b462a9d038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","description":"<p>Returns the details of a specific Custom Field.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","customFields",":customFieldId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"cdf570d2-114b-4f2c-8c36-ba193c69a235","description":{"content":"<p>(Required) Unique identifier of the Custom Field.</p>\n","type":"text/plain"},"type":"any","value":"Z6aJXSwX3_nm0q8Vi6WMYQ","key":"customFieldId"}]}},"response":[{"id":"e7a0acfc-5b49-474c-84ab-27bbe752cd71","name":"Type-select","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"Z6aJXSwX3_nm0q8Vi6WMYQ\",\n  \"externalId\": \"CustomField1\",\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"type\": \"select\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with research and development expenses\",\n      \"itemOrder\": 1\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with other expenses\",\n      \"itemOrder\": 2\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\",\n      \"itemOrder\": 3\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": false\n    },\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    },\n    {\n      \"name\": \"LittleBig Connection Spain\",\n      \"externalId\": \"LBC_ES\"\n    }\n  ]\n}"},{"id":"f2780dfb-160c-4bda-b296-022a57c2cb30","name":"Type-text","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"Z6aJXSwX3_nm0q8Vi6SMYQ\",\n  \"externalId\": \"CustomField2\",\n  \"title\": \"Additional Info\",\n  \"description\": \"Additional free text\",\n  \"type\": \"text\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": false\n    },\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    },\n    {\n      \"name\": \"LittleBig Connection Spain\",\n      \"externalId\": \"LBC_ES\"\n    }\n  ]\n}"},{"id":"cecbddd5-b031-4a4c-b913-c404138f16e3","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"07ad6abb-08d5-49d2-be6d-cc490a58f6dd","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"66c4233f-2c00-490a-b209-8f3f6312fa19","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"34a84c78-1afa-4937-a5a4-0ecbfa2f8a57","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"2d376ef5-f7c8-408c-bfa1-90516fd40d9a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"605241ca-b1c9-4282-b15b-3fc155507474","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"c64dc65d-a1c7-47e6-9183-231460e06339","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"a383e3c1-9fe9-4fff-8436-bd7380e34618","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"11c11664-203e-4843-9d6b-66b462a9d038"},{"name":"Partial update a Custom Field","id":"ffad10ca-c881-4d33-b071-a25df32058c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","description":"<p>Partial update of a specific Custom Field using Customer Id.</p>\n<ul>\n<li>If the options or entities arrays are included, then all assignments will be replaced.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","customFields",":customFieldId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"99f42b26-758c-4a06-82b6-4850acf9e176","description":{"content":"<p>(Required) Unique identifier of the Custom Field.</p>\n","type":"text/plain"},"type":"any","value":"Z6aJXSwX3_nm0q8Vi6WMYQ","key":"customFieldId"}]}},"response":[{"id":"c606de09-1f32-498e-bdf2-368651b710a7","name":"Type-list","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"Z6aJXSwX3_nm0q8Vi6WMYQ\",\n  \"externalId\": \"CustomField1\",\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"type\": \"select\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\",\n      \"itemOrder\": 1\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\",\n      \"itemOrder\": 2\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\",\n      \"itemOrder\": 3\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}"},{"id":"f679795c-5220-4f18-93e1-1f512872e50b","name":"Type-text","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"Z6aJXSwX3_nm0q8Vi6WMYQ\",\n  \"externalId\": \"CustomField1\",\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"type\": \"text\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Spain\",\n      \"externalId\": \"LBC_ES\"\n    }\n  ]\n}"},{"id":"8700e576-35b8-417e-9275-5b4f51c1d132","name":"Invalid-Request-Body","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid request body\"\n}"},{"id":"00c14f7e-e29a-4215-98a4-9e4966213c15","name":"Custom-Field-Must-Have-Entity","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom field be related to at least one Entity\"\n}"},{"id":"308f844f-6e65-4839-b810-02bbf616f51f","name":"Custom-Field-Must-Have-Option","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom field must have at least one Option if type = select\"\n}"},{"id":"4dbc6b6c-1f67-4d42-bbfa-87e5eaad7a02","name":"Custom-Field-Must-Have-Resource","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom field must have at least one enabled Resource\"\n}"},{"id":"e32eb4d1-05b3-4963-8227-55d7539c57aa","name":"Custom-Field-Not-Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom field not found\"\n}"},{"id":"55ac6642-3da2-4f7d-8e96-d7bec22308d3","name":"Type-list","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"b1c5c4fa-c452-4c17-8e11-5758f80d0249","name":"Type-text","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"16093aea-dcae-4ea5-be17-9445a8df9385","name":"Type-list","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"3221a981-2a3f-4b7c-98e6-0dc5fe78e4a8","name":"Type-text","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"fd2319d3-f17b-40b2-8c8e-35371dcb704f","name":"URL-not-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"87c25966-1c15-49f3-a742-ec6520de7314","name":"Not-result-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"793f0ba7-104f-4ed2-87c1-6e694b215e3b","name":"Type-list","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"options\": [\n    {\n      \"name\": \"Option 1\",\n      \"description\": \"EU cost center associated with financial expenses\"\n    },\n    {\n      \"name\": \"Option 2\",\n      \"description\": \"EU cost center associated with pharmacy expenses\"\n    },\n    {\n      \"name\": \"Option 3\",\n      \"description\": \"Default cost center\"\n    }\n  ],\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"},{"id":"179b4d1b-2a05-4667-9775-dce0d8683e29","name":"Type-text","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"SAP - Cost Center\",\n  \"description\": \"SAP cost center related to your business unit.\",\n  \"enabled\": true,\n  \"resources\": [\n    {\n      \"type\": \"requestsForProposals\",\n      \"enabled\": true,\n      \"mandatory\": true\n    },\n    {\n      \"type\": \"purchaseOrders\",\n      \"enabled\": true,\n      \"mandatory\": true\n    }\n  ],\n  \"entities\": [\n    {\n      \"name\": \"LittleBig Connection Ile de France\",\n      \"externalId\": \"LBC_FR\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId"],"variable":[{"key":"customFieldId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"ffad10ca-c881-4d33-b071-a25df32058c3"},{"name":"Insert one or multiple options of a Custom Field","id":"58fa10ee-427f-4185-9a4a-f2b416ebcd2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","description":"<p>Adds one or multiple options of a Custom Field type=select. The options will be inserted at the end of the current option list.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","customFields",":customFieldId","options"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"b159e689-0ca5-44e0-bedb-0ee4511530c7","description":{"content":"<p>(Required) Unique identifier of the Custom Field.</p>\n","type":"text/plain"},"type":"any","value":"Z6aJXSwX3_nm0q8Vi6WMYQ","key":"customFieldId"}]}},"response":[{"id":"cc5d3981-ecac-494a-b15a-9add325d5ed8","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]"},{"id":"f2d1c696-ce7a-450c-a5ca-9e256d6e7e14","name":"Invalid-Request-Body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid request body\"\n}"},{"id":"7c247484-c17b-405f-9cc9-04ea1358a250","name":"Custom-Field-Cant-Have-Option","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom Field can't have Options when type = text\"\n}"},{"id":"dd2e4b17-9e07-4361-b727-26a59491aee0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"3f4af1f6-2e85-4a2c-8cfd-40f8b6c612fc","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"fbbed811-976d-4ee2-be0e-2c1fbf270847","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"a6092ef8-9d3a-44e2-8fc0-7cb009ae248c","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"5e5056c2-9ce5-4456-97a4-5ed07b74dca7","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Cost Center 1\",\n    \"description\": \"EU cost center associated with research and development expenses\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"variable":[{"key":"customFieldId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"58fa10ee-427f-4185-9a4a-f2b416ebcd2c"},{"name":"Delete option(s) of a Custom Field","id":"4b9a9b0a-8dd6-4e2d-b48b-f1733a03ea4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","description":"<p>Deletes one or several options of a Custom Field type=select. </p>\n<p>With the query parameters you'll be able to delete matching given criteria. </p>\n<ul>\n<li>name = Will find all the options matching the provided name (exact match).</li>\n</ul>\n<p>The query parameters must be URL encoded in UTF8.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","customFields",":customFieldId","options"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.</p>\n","type":"text/plain"},"key":"name","value":"Option%201"}],"variable":[{"id":"fc0e9774-3fb7-42b5-ac34-d6c6999aa16c","description":{"content":"<p>(Required) Unique identifier of the Custom Field.</p>\n","type":"text/plain"},"type":"any","value":"Z6aJXSwX3_nm0q8Vi6WMYQ","key":"customFieldId"}]}},"response":[{"id":"8e2e0afd-f81d-492f-b422-5600f1d9be85","name":"Successful operation","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"Option 1\",\n    \"description\": \"EU cost center associated with research and development expenses\",\n    \"itemOrder\": 1\n  },\n  {\n    \"name\": \"Option 1\",\n    \"description\": \"EU cost center associated with research and development expenses\",\n    \"itemOrder\": 1\n  }\n]"},{"id":"f4e3bee7-4be9-4ab4-acb3-d6b03ec4da55","name":"Unknown-query-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unknown query param [param]\"\n}"},{"id":"d0e51611-5aa7-4b6b-9221-d5fde9f28c79","name":"Custom-Field-Cant-Have-Option","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Custom Field can't have Options when type = text\"\n}"},{"id":"c1523809-a9e6-4f89-bfef-791b89e5b58e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"22843347-66e8-4d5d-839c-46aa3471b131","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"c5805ad4-de11-4bbf-8c3b-b620597f8519","name":"URL-not-found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"1648ce7d-4eb4-4fc5-98aa-0b648de102bc","name":"Not-result-found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"175423d6-3760-40ac-afc6-0d7a5ebdbbae","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/customFields/:customFieldId/options?name=Option%201","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","customFields",":customFieldId","options"],"query":[{"description":"(Required) Name of the Option of the Custom Field. It must be URL encoded in UTF8.","key":"name","value":"Option%201"}],"variable":[{"key":"customFieldId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"4b9a9b0a-8dd6-4e2d-b48b-f1733a03ea4a"}],"id":"4ac017c4-598e-4507-99ae-43f78d0384f6","description":"<p>Administering Custom Fields</p>\n","_postman_id":"4ac017c4-598e-4507-99ae-43f78d0384f6","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create a new webhook configuration","id":"1cf88d24-bb70-47c9-830c-1da8ba0615df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks","description":"<p>Create a new webhook configuration to allow LittleBIG Connection to send event notifications to one of your applications. When the HTTP request is sent to the API, a debugging notification is send to your application to test the configuration. This allows to verify that the endpoint is working properly. If an error occurs, LittleBIG Connection's HTTP response will contain additional information to help you to fix any issue. The webhook feature must be activated on your platform to use this service.</p>\n<p>For your information, the event notification respect the schema of the \"Event\" resource, described in this documentation.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","webhooks"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[]}},"response":[{"id":"62c8bce2-9216-47df-9e14-0918c654eb46","name":"Subscribe-Purchase-Request-creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\",\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"url\": \"https://webhook-endpoint.company.com\",\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n  \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n}"},{"id":"270851ba-93dc-440b-842e-ba1f92f53fc3","name":"Subscribe-Purchase-Request-updates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR_Update\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"updated\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\",\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"url\": \"https://webhook-endpoint.company.com\",\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n  \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n}"},{"id":"e64eaf3d-a44e-4b6b-94cc-3046bfb20996","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"e552facb-297f-4584-8057-a9f762dedd04","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR_Update\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"updated\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"ae9564ab-aceb-4005-bab0-079c9013f4b7","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"e372ee19-cd71-4ada-b300-f91786af570b","name":"Subscribe-Purchase-Request-creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"909ef783-a254-4648-91c6-e96b480f35ea","name":"Subscribe-Purchase-Request-updates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR_Update\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"updated\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"7123b3b2-d6b5-497f-88b6-f09f4b95394b","name":"Subscribe-Purchase-Request-creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"},{"id":"fae3492b-f7bb-460d-9198-76e4bbb0f205","name":"Subscribe-Purchase-Request-updates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"SAP9001_PR_Update\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"updated\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"1cf88d24-bb70-47c9-830c-1da8ba0615df"},{"name":"Get details of a webhook configuration","id":"2bf682de-f104-42dc-b01d-332816a62c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","description":"<p>Returns the details of a specific webhook.  The webhook feature must be activated on your platform to use this service.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","webhooks",":webhookId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"370e47a7-14ca-4fea-a2ee-47cf9e0f56cc","description":{"content":"<p>(Required) Unique identifier of the webhook, such as '85cae2631e11738bf7abd50d'.</p>\n","type":"text/plain"},"type":"any","value":"85cae2631e11738bf7abd50d","key":"webhookId"}]}},"response":[{"id":"f9ab0a1d-5210-4951-98bf-f19e42abfdcb","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\",\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP Custom API client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"enabled\",\n  \"url\": \"https://webhook-endpoint.company.com\",\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n  \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n}"},{"id":"ef126f7f-cf3e-4ca9-9f6f-5e5cc0041ba6","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"d719bd10-4b59-4faa-86cc-7d6bbe060abe","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"0204a4d9-375d-4794-aad4-9824aa2160ec","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"4591874a-20cc-4c7e-a675-912c06bebacf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"1dba8cb3-9885-4448-889e-8a780792eda5","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"2eb8e908-5927-427e-890e-20443ea53838","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"2c2c4ecc-10d0-4915-b44a-5652d973a0a2","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"a3636158-359b-4912-a6b2-18e7a07ec55f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"2bf682de-f104-42dc-b01d-332816a62c78"},{"name":"Partial update of a webhook configuration","id":"8d384b6b-d0b0-4a54-982d-5692db68a2bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","description":"<p>Update a specific webhook configuration. When the HTTP request is sent to the API, a debugging notification is send to your application to test the configuration. This allows to verify that the endpoint is working properly. If an error occurs, LittleBIG Connection's HTTP response will contain additional information to help you to fix any issue. The webhook feature must be activated on your platform to use this service.</p>\n<p>For your information, the event notification respect the schema of the \"Event\" resource, described in this documentation.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","webhooks",":webhookId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"576352e3-0504-44e3-90fa-4dade5a11325","description":{"content":"<p>(Required) Unique identifier of the webhook, such as '85cae2631e11738bf7abd50d'.</p>\n","type":"text/plain"},"type":"any","value":"85cae2631e11738bf7abd50d","key":"webhookId"}]}},"response":[{"id":"d0236edb-0db1-4caa-a3c7-1fc44fac7145","name":"Successful operation","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"description\": \"Purchase requests' queue for internal SAP client.\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"selectedEntities\": [\n    \"LBC_FR\"\n  ],\n  \"externalApplication\": \"SAP custom client\",\n  \"externalApiVersion\": \"v2.0.4\",\n  \"status\": \"disabled\",\n  \"url\": \"https://webhook-endpoint.company.com\",\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n  \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n}"},{"id":"f6f168d8-738a-4ee5-b6e9-65a4b9502a41","name":"Missing-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"b5297799-ed77-4b2e-860e-6bb40fbc7412","name":"Incorrect-format-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"abf99fe4-fafd-4a88-a05e-08585e554a8b","name":"Invalid-parameter","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"fac37a33-06c0-4c43-9424-3e7bc84df6ee","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"1a6c9004-fd73-41d7-82a5-26d9a3cf6292","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"a80788dd-bfb5-48ff-a44c-0c8152a27b01","name":"URL-not-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"a11365e2-4b92-4620-9d26-7c3025ad72d2","name":"Not-result-found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"9ef8eef8-3521-4c53-99f5-bdd8a6d87a3e","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"disabled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"8d384b6b-d0b0-4a54-982d-5692db68a2bd"},{"name":"Delete a webhook configuration","id":"85b8403f-8bb0-4971-9f45-d42aeaa24f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","description":"<p>Delete the configuration of a particular webhook. The removal of the webhook will lead to the suppression of the notification flow. The application that consumes the event notifications will no longer receive any HTTP messages. The webhook feature must be activated on your platform to use this service.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","webhooks",":webhookId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"1a44e4ae-91a8-4f2a-bbdf-66a9eb6a0f05","description":{"content":"<p>(Required) Unique identifier of the webhook, such as '85cae2631e11738bf7abd50d'.</p>\n","type":"text/plain"},"type":"any","value":"85cae2631e11738bf7abd50d","key":"webhookId"}]}},"response":[{"id":"d3af4523-eb99-4807-a164-c2048c51eea2","name":"No content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"82a83626-60f5-4d34-b270-0b0a45eddace","name":"Missing-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"d7462fe4-483c-46d2-b783-c8aa03d749dd","name":"Incorrect-format-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"f7e18c17-ad80-4a86-a57e-b58880132c43","name":"Invalid-parameter","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"19638e8a-4e05-401e-9cbe-359178d9d1e1","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"0f141e5f-c07b-4130-aa01-7683517f64f1","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"dcef8c64-ed08-4aa9-a062-70e3c5085e29","name":"URL-not-found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"5d4d8c94-e010-431b-a15f-61f9ebf8d389","name":"Not-result-found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"3c47d039-16dc-4906-a094-32698c824157","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/:webhookId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks",":webhookId"],"variable":[{"key":"webhookId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"85b8403f-8bb0-4971-9f45-d42aeaa24f7a"},{"name":"List & search webhook configurations","id":"f66e2ee8-6827-4b65-983f-b744e6793f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","description":"<p>Use this service to retrieve a list of webhook configurations. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the Webhooks ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>). The webhook feature must be activated on your platform to use this service.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","webhooks","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"}],"variable":[]}},"response":[{"id":"82e155d5-0f81-4201-95f9-8835bf07e869","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"maxResults\": 100,\n  \"startAt\": 1,\n  \"total\": 1,\n  \"webhooks\": [\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    },\n    {\n      \"id\": \"85cae2631e11738bf7abd50d\",\n      \"externalId\": \"SAP9001_PR\",\n      \"description\": \"Purchase requests' queue for internal SAP client.\",\n      \"resource\": \"purchaseRequests\",\n      \"enabledEvent\": \"created\",\n      \"selectedEntities\": [\n        \"LBC_FR\",\n        \"LBC_FR\"\n      ],\n      \"externalApplication\": \"SAP Custom API client\",\n      \"externalApiVersion\": \"v2.0.4\",\n      \"status\": \"enabled\",\n      \"url\": \"https://webhook-endpoint.company.com\",\n      \"creationDateTime\": \"2020-01-02T14:17:00Z\",\n      \"lastUpdateDateTime\": \"2020-01-02T14:17:00Z\"\n    }\n  ]\n}"},{"id":"0f54dc73-d056-4ea9-997d-1f07e41213fc","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7a8f08dd-e0fd-4004-bf2b-fb86e1f41e1b","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"ef1a4963-0c0a-4148-8b48-a8472e8ff944","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"1cd4ff44-5396-4886-851e-475502468953","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"100dddfa-9519-4d1e-a9d8-1b55af142800","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"a8c542b0-255b-42d8-85d3-f9f5870d98f8","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You are not allowed to use this feature, please contact your account manager\"\n}"},{"id":"6c99fa22-cefe-474c-bc9f-5c43556d818c","name":"URL-not-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"0caacc6f-296a-48e9-9d4d-70843ed7cd68","name":"Not-result-found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"2c96443e-6cbf-40fe-ace4-60b541c64d0c","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"85cae2631e11738bf7abd50d\",\n  \"externalId\": \"SAP9001_PR\",\n  \"resource\": \"purchaseRequests\",\n  \"enabledEvent\": \"created\",\n  \"status\": \"enabled\",\n  \"callbackUrl\": \"https://webhook-endpoint.company.com\",\n  \"modifiedAfter\": \"2020-01-01T00:00:00Z\",\n  \"modifiedBefore\": \"2020-01-31T23:59:59Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/webhooks/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","webhooks","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"f66e2ee8-6827-4b65-983f-b744e6793f78"}],"id":"a904af45-483d-4bb5-8e65-44de7b9c37e7","description":"<h3 id=\"administering-platform-webhooks\">Administering platform Webhooks.</h3>\n<p>Webhooks allows your Internal System to receive notifications when an event happens at LittleBig Connection concerning your Purchase Requests, Purchase Orders or Activity Reports.</p>\n<p>Possible events that can be notified:</p>\n<table> <thead> <tr> <th>resourceTypes</th> <th>eventType</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>purchaseOrders</td> <td> <li>created</li> </td> <td>Creation of a Purchase Order</td> </tr> <tr> <td>purchaseOrders</td> <td> <li>updated</li> </td> <td>Update of a Purchase Order. Following update events are notified: <li>Early termination accepted</li> </td> </tr> <tr> <td>purchaseRequests</td> <td> <li>created</li> </td> <td>Creation of a Purchase Request</td> </tr> <tr> <td>activityReport</td> <td> <li>updated</li> </td> <td>Activity Report is updated</td> </tr> </tbody> </table>\n\n\n<p>Activity Report updates only notifies when Service Reception feature is enabled.</p>\n<p> Webhook Event example:</p>\n<p>  Creation Event</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n  \"eventType\": \"created\",\n  \"entity\": {\n    \"name\": \"LittleBig Connection Paris\",\n    \"externalId\": \"LBCPA\"\n  },\n  \"resourceType\": \"purchaseRequests\",\n  \"resourceId\": \"PR-12345-1-1\",\n  \"resourceStatus\": \"inProgress\",\n  \"debugging\": true,\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\"\n}\n\n</code></pre>\n<p>  Update Event</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n  \"eventType\": \"updated\",\n  \"entity\": {\n    \"name\": \"LittleBig Connection Paris\",\n    \"externalId\": \"LBCPA\"\n  },\n  \"resourceType\": \"purchaseOrders\",\n  \"resourceId\": \"PO-12345-1\",\n  \"resourceStatus\": \"inProgress\",\n  \"updateType\": \"earlyTerminationAccepted\",\n  \"debugging\": true,\n  \"creationDateTime\": \"2020-01-02T14:17:00Z\"\n}\n\n</code></pre>\n<p>When a new Webhook is set up, the platform will send a test event to validate the provided URL is reachable.</p>\n<p>Webhook Test Event:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n  \"debugging\": \"false\"\n}\n\n</code></pre>\n<h3 id=\"how-to-securely-receive-your-events\">How to securely receive your events</h3>\n<p>In order to authenticate received events are being sent by LittleBig Connection, we include a unique signature on every event. \nThis signature is generated with an specific HMAC algorithm, using the <code>Webhook Secret</code> provided to you during the setup. \nThis signature will be placed in the <code>LittleBig-Signature</code> HTTP header of the request sent toy the defined endpoint.</p>\n<p>To validate every request, include following steps in the developments to process the event:</p>\n<ul>\n<li><p>Compute the HMAC of the received payload using the <code>Webhook Secret</code> key and applying a SHA256 algorithm </p>\n</li>\n<li><p>Extract the <code>LittleBig-Signature</code> header</p>\n</li>\n<li><p>Compare both strings</p>\n</li>\n</ul>\n<p>Example of validator implementation in JavaScript/NodeJS </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">// littlebig-signature validation\n        var received_sign = this.input.event.headers[\"littlebig-signature\"];\n        console.log(\"littlebig-signature = \" + received_sign);\n        const hmac = crypto.createHmac('sha256', this.webhook_secret);\n        hmac.update(this.input.event.bodyRaw);\n        const calculated_sign = hmac.digest('base64');\n        console.log(\"expected--signature = \" + calculated_sign);\n        if (calculated_sign != received_sign) {\n            error = \"littlebig-signature is NOT valid.\"\n            console.log(error);\n            return error;\n        }\n        else console.log(\"littlebig-signature is valid.\");\n</code></pre>\n","_postman_id":"a904af45-483d-4bb5-8e65-44de7b9c37e7","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}},{"name":"Punchout","item":[{"name":"Search Punchout transactions over the transactions list.","id":"db691a00-295a-473a-b494-950b657caffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","description":"<p>Use this service to retrieve a list of available transactions of Punchout. If multiple body parameters are used, the AND operator is used. If there is no criteria, the service returns all the purchase requests ordered by last modification date time. Results are returned paginated (<em>maximum 500 elements per page</em>).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","punchout","transactions","search"],"host":["https://api-uat.littlebigconnection.com"],"query":[{"description":{"content":"<p>The cursor position on the data set. If the <code>startAt</code> query parameter is set to 200, the API will return the results from 200 to 200 + <code>maxResults</code> value.</p>\n","type":"text/plain"},"key":"startAt","value":"0"},{"description":{"content":"<p>The maximum number of result returned by the call. <em>Maximum value is 500</em>.</p>\n","type":"text/plain"},"key":"maxResults","value":"100"}],"variable":[]}},"response":[{"id":"4ce8ff9c-5567-48b3-a5b2-f4198142031b","name":"Successful operation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"maxResults\": 100,\n  \"startAt\": 1,\n  \"total\": 1,\n  \"transactions\": [\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    },\n    {\n      \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n      \"dateTime\": \"2024-01-01T09:00:00Z\",\n      \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n      \"type\": \"OrderRequest\",\n      \"businessId\": \"PR-6502-3-1\",\n      \"clientBusinessId\": \"CLIENT_ORDER_ID\"\n    }\n  ]\n}"},{"id":"80d29a98-1ae0-4d80-ada7-09c2e4c3609c","name":"No content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ae71caa6-a7c4-4847-9c39-e097a6dfdcb6","name":"Missing-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"0577dd5c-fe36-4f4f-8fb0-a991aef95a05","name":"Incorrect-format-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"1af5ad9f-c339-4440-8f2f-bcd0c7139bdc","name":"Invalid-parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"a88c0268-5da3-4471-94cc-98888ef2161b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"9e449d91-6a59-46fb-9b42-090efa434050","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"type\": \"OrderRequest\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/search?startAt=0&maxResults=100","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions","search"],"query":[{"description":"The cursor position on the data set. If the `startAt` query parameter is set to 200, the API will return the results from 200 to 200 + `maxResults` value.","key":"startAt","value":"0"},{"description":"The maximum number of result returned by the call. *Maximum value is 500*.","key":"maxResults","value":"100"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"db691a00-295a-473a-b494-950b657caffb"},{"name":"Retrieve details of an specific transaction of Punchout.","id":"edf5da6b-8dda-4382-923a-3ed798484c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","description":"<p>Retrieve details of an specific transaction of Punchout.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}},"urlObject":{"path":["client","v2","punchout","transactions",":transactionId"],"host":["https://api-uat.littlebigconnection.com"],"query":[],"variable":[{"id":"98c05bab-07e9-45cb-b5c4-678227a70051","description":{"content":"<p>(Required) Unique Id of the transactionion</p>\n","type":"text/plain"},"type":"any","value":"9d1cc15f-4769-3d01-3de5-3fe218ec33e3","key":"transactionId"}]}},"response":[{"id":"18c208b2-4f9c-4b98-b3f9-4e080b9a4f94","name":"Successful operation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"9d1cc15f-4769-3d01-3de5-3fe218ec33e3\",\n  \"dateTime\": \"2024-01-01T09:00:00Z\",\n  \"reference\": \"3VfHUEZrxyMaucDxAlnq35GyYAQGfkjJi2y7vIyfnU4J9B3bGEaPjU_b9Yb0cBgO\",\n  \"type\": \"OrderRequest\",\n  \"businessId\": \"PR-6502-3-1\",\n  \"clientBusinessId\": \"CLIENT_ORDER_ID\",\n  \"data\": {\n    \"header\": {\n      \"orderId\": \"order id\",\n      \"orderDate\": \"2023-03-20T15:31:03+01:00\",\n      \"type\": \"new\",\n      \"total\": {\n        \"amount\": 2800,\n        \"currency\": \"EUR\"\n      }\n    },\n    \"items\": [\n      {\n        \"lineNumber\": 1,\n        \"quantity\": 10,\n        \"requestedDeliveryDate\": \"2023-03-20T15:31:03+01:00\",\n        \"itemId\": {\n          \"supplierPartId\": \"LittleBig Connection\",\n          \"supplierPartAuxiliaryId\": \"V8tKSTo8OSJEvN2Lb9_bfLh968Lq2nfGyq-FnkSpe5HZC65GZRmEk66wgbHNkLza\"\n        },\n        \"itemDetail\": {\n          \"unitPrice\": {\n            \"amount\": 2800,\n            \"currency\": \"EUR\"\n          },\n          \"description\": \"RFP-12345-1 : Mission description\",\n          \"unitOfMeasure\": \"EA\",\n          \"classifications\": [\n            {\n              \"domain\": \"classification_domain\",\n              \"value\": \"classification_value\"\n            },\n            {\n              \"domain\": \"classification_domain\",\n              \"value\": \"classification_value\"\n            }\n          ]\n        },\n        \"distributions\": [\n          {\n            \"accounting\": {\n              \"name\": \"Accounting Name\",\n              \"segments\": [\n                {\n                  \"type\": \"AccountingSegmentItem\",\n                  \"id\": \"AccountingSegmentId\",\n                  \"description\": \"AccountingSegmentDescription\"\n                },\n                {\n                  \"type\": \"AccountingSegmentItem\",\n                  \"id\": \"AccountingSegmentId\",\n                  \"description\": \"AccountingSegmentDescription\"\n                }\n              ]\n            },\n            \"charge\": {\n              \"amount\": 2800,\n              \"currency\": \"EUR\"\n            }\n          },\n          {\n            \"accounting\": {\n              \"name\": \"Accounting Name\",\n              \"segments\": [\n                {\n                  \"type\": \"AccountingSegmentItem\",\n                  \"id\": \"AccountingSegmentId\",\n                  \"description\": \"AccountingSegmentDescription\"\n                },\n                {\n                  \"type\": \"AccountingSegmentItem\",\n                  \"id\": \"AccountingSegmentId\",\n                  \"description\": \"AccountingSegmentDescription\"\n                }\n              ]\n            },\n            \"charge\": {\n              \"amount\": 2800,\n              \"currency\": \"EUR\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"d06a1b19-8e49-4304-b474-c06f62a016e6","name":"No content","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0c04dc9d-ab60-4ce2-9e19-3791e9881ff0","name":"Missing-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Parameter {parameterName} is missing.\"\n}"},{"id":"6702854a-9298-4637-ade9-0ad4e1c08390","name":"Incorrect-format-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong format for parameter {parameterName}.\"\n}"},{"id":"bb2c1017-1b40-4fba-b87e-cf8e324c4ee0","name":"Invalid-parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameter {parameterName}.\"\n}"},{"id":"db9c6cf9-09e4-4f0d-a8af-0e858db92de6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Authentication required.\"\n}"},{"id":"72eb5a90-1f55-47e3-9cdc-1795d1d180fc","name":"URL-not-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested URL could not be found.\"\n}"},{"id":"03fd40f8-f7ca-4dab-a1a9-75b940ed9b5f","name":"Not-result-found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No result found.\"\n}"},{"id":"b5eaf521-87a4-448c-a5dc-ad67830c94dd","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api-uat.littlebigconnection.com/client/v2/punchout/transactions/:transactionId","host":["https://api-uat.littlebigconnection.com"],"path":["client","v2","punchout","transactions",":transactionId"],"variable":[{"key":"transactionId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error. Please contact support team.\"\n}"}],"_postman_id":"edf5da6b-8dda-4382-923a-3ed798484c8a"}],"id":"cfb44136-84f9-428b-8cd6-73dc22c43bee","description":"<p>API to interact with the Punchout feture in the platform. Only available upon request.</p>\n","_postman_id":"cfb44136-84f9-428b-8cd6-73dc22c43bee","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"21e2dac6-fb48-4980-878a-1587c85cb53d","id":"21e2dac6-fb48-4980-878a-1587c85cb53d","name":"LittleBig Connection API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"}},"variable":[{"id":"3c1fd91a-0e42-4128-99fb-edc93282e6a5","key":"domain","value":"api-uat.littlebigconnection.com","type":"any"},{"id":"c5ba08d6-9430-40e1-b0b5-29704ea2abc5","key":"baseUrl","value":"https://api-uat.littlebigconnection.com","type":"any"}]}