/sap-concur-travel-request | Type: Application | PCID required: Yes
Tools
sap_concur_travel_request_create_using_post
Create an Agency Proposal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
test | boolean | No | — | Enable test request partition |
requestUuid | string | Yes | — | Request Uuid |
agencyProposalEntries | any[] | Yes | — | List of the proposal entries |
agencyProposalType | string | No | — | The agency proposal type - equal [API] for generic proposal |
approvalLimitDate | string | No | — | The date by which the Request must be approved. This element appears only when integrated with Concur Travel |
booked | boolean | Yes | — | [true] if this trip is pre-booked by a travel agency. It will pre-select this proposal within the agency proposal comparison screen |
comments | string | No | — | Comment |
importDate | string | Yes | — | The date of the import |
itineraryLocator | string | No | — | Itinerary Locator |
policyCompliant | boolean | No | — | Whether the Agency Proposal is policy compliant or not. [true] if proposal is in policy; [false] if proposal is out of policy |
proposal | boolean | No | — | [true] by default corresponding to the [PROPOSAL] status. |
proposalBatchSize | integer | No | — | The size of the batch of Proposals imported. If this value is greater than 1, the Request will not be sent back to the traveler as long as the expected number of proposals (respective proposalOrder) are not integrated into the Request |
proposalOrder | integer | No | — | The position of the Proposal. Up to 3 proposals can be submitted with values [1], [2], [3] |
proposalUuid | string | No | — | Unique identifier of Agency Proposal |
providerMessageId | string | No | — | The provider Message Id |
selected | boolean | No | — | [true] if the Traveler has selected the current Proposal |
status | string | No | — | The agency proposal status value. Supported value: [PROPOSAL]. If not provided, will be set by default to [PROPOSAL]. |
totalPostedAmount | object | No | — | Total Posted Amount |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"test": {
"type": "boolean",
"description": "Enable test request partition"
},
"requestUuid": {
"type": "string",
"description": "Request Uuid"
},
"agencyProposalEntries": {
"type": "array",
"description": "List of the proposal entries"
},
"agencyProposalType": {
"type": "string",
"description": "The agency proposal type - equal [API] for generic proposal",
"enum": [
"API"
]
},
"approvalLimitDate": {
"type": "string",
"description": "The date by which the Request must be approved. This element appears only when integrated with Concur Travel"
},
"booked": {
"type": "boolean",
"description": "[true] if this trip is pre-booked by a travel agency. It will pre-select this proposal within the agency proposal comparison screen"
},
"comments": {
"type": "string",
"description": "Comment"
},
"importDate": {
"type": "string",
"description": "The date of the import"
},
"itineraryLocator": {
"type": "string",
"description": "Itinerary Locator"
},
"policyCompliant": {
"type": "boolean",
"description": "Whether the Agency Proposal is policy compliant or not. [true] if proposal is in policy; [false] if proposal is out of policy"
},
"proposal": {
"type": "boolean",
"description": "[true] by default corresponding to the [PROPOSAL] status."
},
"proposalBatchSize": {
"type": "integer",
"description": "The size of the batch of Proposals imported. If this value is greater than 1, the Request will not be sent back to the traveler as long as the expected number of proposals (respective proposalOrder) are not integrated into the Request"
},
"proposalOrder": {
"type": "integer",
"description": "The position of the Proposal. Up to 3 proposals can be submitted with values [1], [2], [3]"
},
"proposalUuid": {
"type": "string",
"description": "Unique identifier of Agency Proposal"
},
"providerMessageId": {
"type": "string",
"description": "The provider Message Id"
},
"selected": {
"type": "boolean",
"description": "[true] if the Traveler has selected the current Proposal"
},
"status": {
"type": "string",
"description": "The agency proposal status value. Supported value: [PROPOSAL]. If not provided, will be set by default to [PROPOSAL].",
"enum": [
"PROPOSAL",
"CONFIRMED",
"TICKETISSUED"
]
},
"totalPostedAmount": {
"type": "object",
"description": "Total Posted Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
}
},
"required": [
"PCID",
"requestUuid",
"agencyProposalEntries",
"booked",
"importDate"
]
}
sap_concur_travel_request_create_using_post_2
Create a new expected expense Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request to which the expected expense is attached |
userId | string | No | — | The unique identifier of the user performing the expected expense creation |
allocations | any[] | No | — | List of the allocations composing this segment |
approvedAmount | object | No | — | Approved Amount |
budgetAccrualDate | string | No | — | The date to determine which budgets are affected (in the format yyyy-MM-dd’T’HH:mm:ss.SSS’Z’) |
businessPurpose | string | No | — | The purpose of the expected expense |
comments | object | No | — | The comments value |
custom1 | object | No | — | The custom1 value |
custom10 | object | No | — | The custom10 value |
custom11 | object | No | — | The custom11 value |
custom12 | object | No | — | The custom12 value |
custom13 | object | No | — | The custom13 value |
custom14 | object | No | — | The custom14 value |
custom15 | object | No | — | The custom15 value |
custom16 | object | No | — | The custom16 value |
custom17 | object | No | — | The custom17 value |
custom18 | object | No | — | The custom18 value |
custom19 | object | No | — | The custom19 value |
custom2 | object | No | — | The custom2 value |
custom20 | object | No | — | The custom20 value |
custom21 | object | No | — | The custom21 value |
custom22 | object | No | — | The custom22 value |
custom23 | object | No | — | The custom23 value |
custom24 | object | No | — | The custom24 value |
custom25 | object | No | — | The custom25 value |
custom26 | object | No | — | The custom26 value |
custom27 | object | No | — | The custom27 value |
custom28 | object | No | — | The custom28 value |
custom29 | object | No | — | The custom29 value |
custom3 | object | No | — | The custom3 value |
custom30 | object | No | — | The custom30 value |
custom31 | object | No | — | The custom31 value |
custom32 | object | No | — | The custom32 value |
custom33 | object | No | — | The custom33 value |
custom34 | object | No | — | The custom34 value |
custom35 | object | No | — | The custom35 value |
custom36 | object | No | — | The custom36 value |
custom37 | object | No | — | The custom37 value |
custom38 | object | No | — | The custom38 value |
custom39 | object | No | — | The custom39 value |
custom4 | object | No | — | The custom4 value |
custom40 | object | No | — | The custom40 value |
custom5 | object | No | — | The custom5 value |
custom6 | object | No | — | The custom6 value |
custom7 | object | No | — | The custom7 value |
custom8 | object | No | — | The custom8 value |
custom9 | object | No | — | The custom9 value |
exchangeRate | object | No | — | Exchange Rate |
expenseType | object | No | — | Expense Type |
href | string | No | — | The href value |
id | string | No | — | The unique identifier of the expected expense |
lastComment | string | No | — | The last comment of the expected expense |
lastModifiedDate | string | No | — | The date when this expense was last modified |
location | object | No | — | The location value |
orgUnit1 | object | No | — | Org Unit1 |
orgUnit2 | object | No | — | Org Unit2 |
orgUnit3 | object | No | — | Org Unit3 |
orgUnit4 | object | No | — | Org Unit4 |
orgUnit5 | object | No | — | Org Unit5 |
orgUnit6 | object | No | — | Org Unit6 |
parentRequest | object | No | — | Parent Request |
postedAmount | object | No | — | Posted Amount |
remainingAmount | object | No | — | Remaining Amount |
source | string | No | — | The source that created the expected expense. It can be CASH_ADVANCE or TRAVEL_ALLOWANCE. This field will be empty in any other case. |
transactionAmount | object | No | — | Transaction Amount |
transactionDate | string | Yes | — | The date of the transaction |
travelAllowance | object | No | — | Travel Allowance |
tripData | object | No | — | Trip Data |
vendor | object | No | — | The vendor value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request to which the expected expense is attached"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user performing the expected expense creation"
},
"allocations": {
"type": "array",
"description": "List of the allocations composing this segment"
},
"approvedAmount": {
"type": "object",
"description": "Approved Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"budgetAccrualDate": {
"type": "string",
"description": "The date to determine which budgets are affected (in the format yyyy-MM-dd’T’HH:mm:ss.SSS’Z’)"
},
"businessPurpose": {
"type": "string",
"description": "The purpose of the expected expense"
},
"comments": {
"type": "object",
"description": "The comments value",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"custom1": {
"type": "object",
"description": "The custom1 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom10": {
"type": "object",
"description": "The custom10 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom11": {
"type": "object",
"description": "The custom11 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom12": {
"type": "object",
"description": "The custom12 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom13": {
"type": "object",
"description": "The custom13 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom14": {
"type": "object",
"description": "The custom14 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom15": {
"type": "object",
"description": "The custom15 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom16": {
"type": "object",
"description": "The custom16 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom17": {
"type": "object",
"description": "The custom17 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom18": {
"type": "object",
"description": "The custom18 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom19": {
"type": "object",
"description": "The custom19 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom2": {
"type": "object",
"description": "The custom2 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom20": {
"type": "object",
"description": "The custom20 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom21": {
"type": "object",
"description": "The custom21 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom22": {
"type": "object",
"description": "The custom22 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom23": {
"type": "object",
"description": "The custom23 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom24": {
"type": "object",
"description": "The custom24 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom25": {
"type": "object",
"description": "The custom25 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom26": {
"type": "object",
"description": "The custom26 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom27": {
"type": "object",
"description": "The custom27 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom28": {
"type": "object",
"description": "The custom28 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom29": {
"type": "object",
"description": "The custom29 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom3": {
"type": "object",
"description": "The custom3 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom30": {
"type": "object",
"description": "The custom30 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom31": {
"type": "object",
"description": "The custom31 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom32": {
"type": "object",
"description": "The custom32 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom33": {
"type": "object",
"description": "The custom33 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom34": {
"type": "object",
"description": "The custom34 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom35": {
"type": "object",
"description": "The custom35 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom36": {
"type": "object",
"description": "The custom36 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom37": {
"type": "object",
"description": "The custom37 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom38": {
"type": "object",
"description": "The custom38 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom39": {
"type": "object",
"description": "The custom39 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom4": {
"type": "object",
"description": "The custom4 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom40": {
"type": "object",
"description": "The custom40 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom5": {
"type": "object",
"description": "The custom5 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom6": {
"type": "object",
"description": "The custom6 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom7": {
"type": "object",
"description": "The custom7 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom8": {
"type": "object",
"description": "The custom8 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom9": {
"type": "object",
"description": "The custom9 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"exchangeRate": {
"type": "object",
"description": "Exchange Rate",
"properties": {
"operation": {
"type": "string",
"description": "Exchange rate operation. Possible values: 'MULTIPLY' or 'DIVIDE'"
},
"value": {
"type": "number",
"description": "Exchange rate value"
}
},
"required": [
"operation",
"value"
]
},
"expenseType": {
"type": "object",
"description": "Expense Type",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource for the expense type definition"
},
"id": {
"type": "string",
"description": "Unique identifier of the expense type"
},
"name": {
"type": "string",
"description": "Name of the expense type"
}
},
"required": [
"id"
]
},
"href": {
"type": "string",
"description": "The href value"
},
"id": {
"type": "string",
"description": "The unique identifier of the expected expense"
},
"lastComment": {
"type": "string",
"description": "The last comment of the expected expense"
},
"lastModifiedDate": {
"type": "string",
"description": "The date when this expense was last modified"
},
"location": {
"type": "object",
"description": "The location value",
"properties": {
"city": {
"type": "string",
"description": "The city name of the location"
},
"countryCode": {
"type": "string",
"description": "The ISO 3166-1 country code"
},
"countrySubDivisionCode": {
"type": "string",
"description": "The ISO 3166-2 country sub code"
},
"iataCode": {
"type": "string",
"description": "The IATA code for the location"
},
"id": {
"type": "string",
"description": "The id of the location"
},
"latitude": {
"type": "number",
"description": "The latitude of the location"
},
"locationCode": {
"type": "string",
"description": "The code of the location"
},
"locationType": {
"type": "string",
"description": "The type of the location"
},
"longitude": {
"type": "number",
"description": "The longitude of the location"
},
"name": {
"type": "string",
"description": "The name of the location"
}
}
},
"orgUnit1": {
"type": "object",
"description": "Org Unit1",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit2": {
"type": "object",
"description": "Org Unit2",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit3": {
"type": "object",
"description": "Org Unit3",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit4": {
"type": "object",
"description": "Org Unit4",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit5": {
"type": "object",
"description": "Org Unit5",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit6": {
"type": "object",
"description": "Org Unit6",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"parentRequest": {
"type": "object",
"description": "Parent Request",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"postedAmount": {
"type": "object",
"description": "Posted Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"remainingAmount": {
"type": "object",
"description": "Remaining Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"source": {
"type": "string",
"description": "The source that created the expected expense. It can be CASH_ADVANCE or TRAVEL_ALLOWANCE. This field will be empty in any other case.",
"enum": [
"CASH_ADVANCE",
"TRAVEL_ALLOWANCE",
"AGENCY_FEE"
]
},
"transactionAmount": {
"type": "object",
"description": "Transaction Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"transactionDate": {
"type": "string",
"description": "The date of the transaction"
},
"travelAllowance": {
"type": "object",
"description": "Travel Allowance",
"properties": {
"dailyTravelAllowanceId": {
"type": "string",
"description": "The fixed daily travel allowance id associated with the expected expense"
}
}
},
"tripData": {
"type": "object",
"description": "Trip Data",
"properties": {
"agencyBooked": {
"type": "boolean",
"description": "Indicates whether this trip has been booked by a Travel Agency or not. True if this trip is (or has to be) handled by a Travel Agency."
},
"legs": {
"type": "array",
"description": "List of the legs composing this segment"
},
"segmentType": {
"type": "object",
"description": "Segment Type"
},
"selfBooked": {
"type": "boolean",
"description": "True if this trip has been reserved by Concur Travel, or if Concur Travel has retrieved the trip information in the GDS"
},
"tripType": {
"type": "string",
"description": "Indicates the type of this trip. Possible values are: ONE_WAY, ROUND_TRIP, MULTI_STOPS"
}
},
"required": [
"segmentType"
]
},
"vendor": {
"type": "object",
"description": "The vendor value",
"properties": {
"id": {
"type": "string",
"description": "The vendor identifier of the expected expense"
},
"name": {
"type": "string",
"description": "The vendor description of the expected expense"
}
}
}
},
"required": [
"PCID",
"requestUuid",
"transactionDate"
]
}
sap_concur_travel_request_create_using_post_4
Create a new Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId | string | No | — | The unique identifier of the Request owner for whom the Request will be created |
approvalLimitDate | string | No | — | The date by which the Request must be approved. This element appears only when integrated with Concur Travel |
approvalStatus | object | No | — | Approval Status |
approved | boolean | No | — | Indicates whether this Request is approved |
approver | object | No | — | The approver value |
authorizedDate | string | No | — | For an approved Request, the date the approval process was completed |
businessPurpose | string | No | — | The business purpose of the Request |
canceledPostApproval | boolean | No | — | Indicates whether this Request was canceled post approval |
closed | boolean | No | — | Indicates whether the Request is closed |
comment | string | No | — | The last comment attached to this Request |
comments | object | No | — | The comments value |
creationDate | string | No | — | The date when the Request was created (in the format yyyy-MM-dd’T’HH:mm:ss.SSS’Z’) |
custom1 | object | No | — | The custom1 value |
custom10 | object | No | — | The custom10 value |
custom11 | object | No | — | The custom11 value |
custom12 | object | No | — | The custom12 value |
custom13 | object | No | — | The custom13 value |
custom14 | object | No | — | The custom14 value |
custom15 | object | No | — | The custom15 value |
custom16 | object | No | — | The custom16 value |
custom17 | object | No | — | The custom17 value |
custom18 | object | No | — | The custom18 value |
custom19 | object | No | — | The custom19 value |
custom2 | object | No | — | The custom2 value |
custom20 | object | No | — | The custom20 value |
custom3 | object | No | — | The custom3 value |
custom4 | object | No | — | The custom4 value |
custom5 | object | No | — | The custom5 value |
custom6 | object | No | — | The custom6 value |
custom7 | object | No | — | The custom7 value |
custom8 | object | No | — | The custom8 value |
custom9 | object | No | — | The custom9 value |
endDate | string | No | — | The end date of the Request (in the format YYYY-MM-DD) |
endTime | string | No | — | The end time of the Request (in the format HH:MM) |
eventRequest | object | No | — | Event Request |
everSentBack | boolean | No | — | Indicates whether the Request has ever been sent back to the employee |
expenses | any[] | No | — | Expected expenses attached to this Request |
extensionOf | object | No | — | Extension Of |
highestExceptionLevel | string | No | — | The highest level of exception contained in this Request. One of { NONE, WARNING, ERROR } |
href | string | No | — | Hyperlink to the resource for this Request |
id | string | No | — | The unique identifier of the Request |
lastModified | string | No | — | The date when the Request was last modified |
mainDestination | object | No | — | Main Destination |
name | string | No | — | The name of the Request |
operations | any[] | No | — | The operations value |
owner | object | No | — | The owner value |
pendingApproval | boolean | No | — | Indicates whether this Request is pending approval |
pnr | string | No | — | The value of the pnr provided within the agency proposals by the travel agency |
policy | object | No | — | The policy value |
requestId | string | No | — | The public key of the Request (unique per customer) |
startDate | string | No | — | The start date of the Request (in the format YYYY-MM-DD) |
startTime | string | No | — | The start time of the Request (in the format HH:MM) |
submitDate | string | No | — | The date when the Request was submitted (last submit date in case of recall) |
totalApprovedAmount | object | No | — | Total Approved Amount |
totalPostedAmount | object | No | — | Total Posted Amount |
totalRemainingAmount | object | No | — | Total Remaining Amount |
travelAgency | object | No | — | Travel Agency |
type | object | No | — | The type value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"userId": {
"type": "string",
"description": "The unique identifier of the Request owner for whom the Request will be created"
},
"approvalLimitDate": {
"type": "string",
"description": "The date by which the Request must be approved. This element appears only when integrated with Concur Travel"
},
"approvalStatus": {
"type": "object",
"description": "Approval Status",
"properties": {
"code": {
"type": "string",
"description": "The code of the approval status of the Request"
},
"name": {
"type": "string",
"description": "The approval status of the Request in the current user's language"
}
}
},
"approved": {
"type": "boolean",
"description": "Indicates whether this Request is approved"
},
"approver": {
"type": "object",
"description": "The approver value",
"properties": {
"firstName": {
"type": "string",
"description": "The first name of the employee"
},
"middleInitial": {
"type": "string",
"description": "The middle initial of the employee"
},
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"lastName": {
"type": "string",
"description": "The last name of the employee"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"authorizedDate": {
"type": "string",
"description": "For an approved Request, the date the approval process was completed"
},
"businessPurpose": {
"type": "string",
"description": "The business purpose of the Request"
},
"canceledPostApproval": {
"type": "boolean",
"description": "Indicates whether this Request was canceled post approval"
},
"closed": {
"type": "boolean",
"description": "Indicates whether the Request is closed"
},
"comment": {
"type": "string",
"description": "The last comment attached to this Request"
},
"comments": {
"type": "object",
"description": "The comments value",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"creationDate": {
"type": "string",
"description": "The date when the Request was created (in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z')"
},
"custom1": {
"type": "object",
"description": "The custom1 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom10": {
"type": "object",
"description": "The custom10 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom11": {
"type": "object",
"description": "The custom11 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom12": {
"type": "object",
"description": "The custom12 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom13": {
"type": "object",
"description": "The custom13 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom14": {
"type": "object",
"description": "The custom14 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom15": {
"type": "object",
"description": "The custom15 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom16": {
"type": "object",
"description": "The custom16 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom17": {
"type": "object",
"description": "The custom17 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom18": {
"type": "object",
"description": "The custom18 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom19": {
"type": "object",
"description": "The custom19 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom2": {
"type": "object",
"description": "The custom2 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom20": {
"type": "object",
"description": "The custom20 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom3": {
"type": "object",
"description": "The custom3 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom4": {
"type": "object",
"description": "The custom4 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom5": {
"type": "object",
"description": "The custom5 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom6": {
"type": "object",
"description": "The custom6 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom7": {
"type": "object",
"description": "The custom7 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom8": {
"type": "object",
"description": "The custom8 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom9": {
"type": "object",
"description": "The custom9 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"endDate": {
"type": "string",
"description": "The end date of the Request (in the format YYYY-MM-DD)"
},
"endTime": {
"type": "string",
"description": "The end time of the Request (in the format HH:MM)"
},
"eventRequest": {
"type": "object",
"description": "Event Request",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"everSentBack": {
"type": "boolean",
"description": "Indicates whether the Request has ever been sent back to the employee"
},
"expenses": {
"type": "array",
"description": "Expected expenses attached to this Request"
},
"extensionOf": {
"type": "object",
"description": "Extension Of",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"requestId": {
"type": "string",
"description": "The public key of the Request (unique per customer)."
}
}
},
"highestExceptionLevel": {
"type": "string",
"description": "The highest level of exception contained in this Request. One of { NONE, WARNING, ERROR }",
"enum": [
"NONE",
"WARNING",
"ERROR"
]
},
"href": {
"type": "string",
"description": "Hyperlink to the resource for this Request"
},
"id": {
"type": "string",
"description": "The unique identifier of the Request"
},
"lastModified": {
"type": "string",
"description": "The date when the Request was last modified"
},
"mainDestination": {
"type": "object",
"description": "Main Destination",
"properties": {
"city": {
"type": "string",
"description": "The city name of the location"
},
"countryCode": {
"type": "string",
"description": "The ISO 3166-1 country code"
},
"countrySubDivisionCode": {
"type": "string",
"description": "The ISO 3166-2 country sub code"
},
"iataCode": {
"type": "string",
"description": "The IATA code for the location"
},
"id": {
"type": "string",
"description": "The id of the location"
},
"latitude": {
"type": "number",
"description": "The latitude of the location"
},
"locationCode": {
"type": "string",
"description": "The code of the location"
},
"locationType": {
"type": "string",
"description": "The type of the location"
},
"longitude": {
"type": "number",
"description": "The longitude of the location"
},
"name": {
"type": "string",
"description": "The name of the location"
}
}
},
"name": {
"type": "string",
"description": "The name of the Request"
},
"operations": {
"type": "array",
"description": "The operations value"
},
"owner": {
"type": "object",
"description": "The owner value",
"properties": {
"firstName": {
"type": "string",
"description": "The first name of the employee"
},
"middleInitial": {
"type": "string",
"description": "The middle initial of the employee"
},
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"lastName": {
"type": "string",
"description": "The last name of the employee"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"pendingApproval": {
"type": "boolean",
"description": "Indicates whether this Request is pending approval"
},
"pnr": {
"type": "string",
"description": "The value of the pnr provided within the agency proposals by the travel agency"
},
"policy": {
"type": "object",
"description": "The policy value",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"requestId": {
"type": "string",
"description": "The public key of the Request (unique per customer)"
},
"startDate": {
"type": "string",
"description": "The start date of the Request (in the format YYYY-MM-DD)"
},
"startTime": {
"type": "string",
"description": "The start time of the Request (in the format HH:MM)"
},
"submitDate": {
"type": "string",
"description": "The date when the Request was submitted (last submit date in case of recall)"
},
"totalApprovedAmount": {
"type": "object",
"description": "Total Approved Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"totalPostedAmount": {
"type": "object",
"description": "Total Posted Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"totalRemainingAmount": {
"type": "object",
"description": "Total Remaining Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"travelAgency": {
"type": "object",
"description": "Travel Agency",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"type": {
"type": "object",
"description": "The type value",
"properties": {
"code": {
"type": "string",
"description": "The code of the type inherited from the Request policy type"
},
"label": {
"type": "string",
"description": "The label of the type inherited from the Request policy type"
}
}
}
},
"required": [
"PCID"
]
}
sap_concur_travel_request_delete_using_delete
Delete an expected expense from the Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
expenseUuid | string | Yes | — | The unique identifier of the expected expense to delete |
userId | string | No | — | The unique identifier of the user performing the deletion of the expected expense |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"expenseUuid": {
"type": "string",
"description": "The unique identifier of the expected expense to delete"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user performing the deletion of the expected expense"
}
},
"required": [
"PCID",
"expenseUuid"
]
}
sap_concur_travel_request_delete_using_delete_1
Delete an existing Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
userId | string | No | — | The unique identifier of the user |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_get_allocation
Get the details of an existing allocation by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
allocationUuid | string | Yes | — | The unique identifier of the allocation |
userId | string | No | — | The unique identifier of the user viewing the allocation of a Request |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
},
"allocationUuid": {
"type": "string",
"description": "The unique identifier of the allocation"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user viewing the allocation of a Request"
}
},
"required": [
"PCID",
"requestUuid",
"allocationUuid"
]
}
sap_concur_travel_request_get_cash_advances_by_request_using_get
Get the list of cash advances assigned to an existing Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_get_comments_by_expense_using_get
Get the list of comments for an existing expected expense Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
expenseUuid | string | Yes | — | The unique identifier of the expected expense |
userId | string | No | — | The unique identifier of the user getting the content of the comments |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"expenseUuid": {
"type": "string",
"description": "The unique identifier of the expected expense"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user getting the content of the comments"
}
},
"required": [
"PCID",
"expenseUuid"
]
}
sap_concur_travel_request_get_comments_by_request_using_get
Get the list of comments for an existing Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_get_exceptions_by_request_using_get
Get the list of exceptions linked to an existing Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_get_list_for_user_using_get
Get the list of existing Request Policies for a given user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId | string | No | — | The unique identifier of the user for whom the list of Request policies will be retrieved |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user for whom the list of Request policies will be retrieved"
}
},
"required": [
"PCID"
]
}
sap_concur_travel_request_get_list_using_get
Get the list of existing Requests Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
view | string | No | — | Name of the perimeter defining the Requests to get |
userId | string | No | — | The unique identifier of the Request owner to use when searching for Requests |
limit | string | No | — | Pagination : number of records to return per page - maximum limit is 100, if higher value or digit value is set, a 400 error code will be displayed |
start | string | No | — | Pagination : index of the first record |
modifiedAfter | string | No | — | Lower bound of modification date. Format: yyyy-MM-ddTHH:mm:ss.SSSZ or yyyy-MM-dd |
modifiedBefore | string | No | — | Upper bound of modification date. Format: yyyy-MM-ddTHH:mm:ss.SSSZ or yyyy-MM-dd |
sortField | string | No | — | The name of the field on which to sort |
sortOrder | string | No | — | Sort order (ASC or DESC) |
approvedAfter | string | No | — | Lower bound of approval date. Format: yyyy-MM-ddTHH:mm:ss |
approvedBefore | string | No | — | Upper bound of approval date. Format: yyyy-MM-ddTHH:mm:ss |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"view": {
"type": "string",
"description": "Name of the perimeter defining the Requests to get",
"enum": [
"ALL",
"ACTIVE",
"ACTIVEAPPROVED",
"UNSUBMITTED",
"PENDING",
"VALIDATED",
"APPROVED",
"CANCELED",
"CLOSED",
"SUBMITTED",
"TOAPPROVE",
"PENDINGPROPOSAL",
"PROPOSALAPPROVED",
"PROPOSALCANCELED",
"PENDINGEBOOKING"
]
},
"userId": {
"type": "string",
"description": "The unique identifier of the Request owner to use when searching for Requests"
},
"limit": {
"type": "string",
"description": "Pagination : number of records to return per page - maximum limit is 100, if higher value or digit value is set, a 400 error code will be displayed"
},
"start": {
"type": "string",
"description": "Pagination : index of the first record"
},
"modifiedAfter": {
"type": "string",
"description": "Lower bound of modification date. Format: yyyy-MM-ddTHH:mm:ss.SSSZ or yyyy-MM-dd"
},
"modifiedBefore": {
"type": "string",
"description": "Upper bound of modification date. Format: yyyy-MM-ddTHH:mm:ss.SSSZ or yyyy-MM-dd"
},
"sortField": {
"type": "string",
"description": "The name of the field on which to sort",
"enum": [
"startDate",
"approvalStatus",
"requestId"
]
},
"sortOrder": {
"type": "string",
"description": "Sort order (ASC or DESC)",
"enum": [
"ASC",
"DESC"
]
},
"approvedAfter": {
"type": "string",
"description": "Lower bound of approval date. Format: yyyy-MM-ddTHH:mm:ss"
},
"approvedBefore": {
"type": "string",
"description": "Upper bound of approval date. Format: yyyy-MM-ddTHH:mm:ss"
}
},
"required": [
"PCID"
]
}
sap_concur_travel_request_get_using_get
Get the list of Agency Proposals for a Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request to which the agency proposals are attached |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request to which the agency proposals are attached"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_get_using_get_1
Get the content of an existing cash advance Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
cashAdvanceUuid | string | Yes | — | The unique identifier of the cash advance |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"cashAdvanceUuid": {
"type": "string",
"description": "The unique identifier of the cash advance"
}
},
"required": [
"PCID",
"cashAdvanceUuid"
]
}
sap_concur_travel_request_get_using_get_2
Get the content of an expected expense Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
expenseUuid | string | Yes | — | The unique identifier of the expected expense |
userId | string | No | — | The unique identifier of the user viewing the expected expense |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"expenseUuid": {
"type": "string",
"description": "The unique identifier of the expected expense"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user viewing the expected expense"
}
},
"required": [
"PCID",
"expenseUuid"
]
}
sap_concur_travel_request_get_using_get_6
Get the content of an existing Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_get_using_get_7
Get the description of a Travel Agency office Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
agencyUuid | string | Yes | — | The unique identifier of the Travel Agency |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"agencyUuid": {
"type": "string",
"description": "The unique identifier of the Travel Agency"
}
},
"required": [
"PCID",
"agencyUuid"
]
}
sap_concur_travel_request_list_using_get
Get the list of expected expenses attached to a Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
userId | string | No | — | The unique identifier of the user viewing the expected expenses attached to a Request |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user viewing the expected expenses attached to a Request"
}
},
"required": [
"PCID",
"requestUuid"
]
}
sap_concur_travel_request_update_1
Update the content of an existing Allocation. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
allocationUuid | string | Yes | — | The unique identifier of the allocation |
contextRoleType | string | No | — | The role of the Concur user, which determines the form fields they can view/modify |
userId | string | No | — | The unique identifier of the user to update the allocation of a Request |
allocationAmount | object | No | — | Allocation Amount |
allocationId | string | No | — | The unique allocation identifier. |
approvedAmount | object | No | — | Approved Amount |
custom1 | object | No | — | The custom1 value |
custom10 | object | No | — | The custom10 value |
custom11 | object | No | — | The custom11 value |
custom12 | object | No | — | The custom12 value |
custom13 | object | No | — | The custom13 value |
custom14 | object | No | — | The custom14 value |
custom15 | object | No | — | The custom15 value |
custom16 | object | No | — | The custom16 value |
custom17 | object | No | — | The custom17 value |
custom18 | object | No | — | The custom18 value |
custom19 | object | No | — | The custom19 value |
custom2 | object | No | — | The custom2 value |
custom20 | object | No | — | The custom20 value |
custom3 | object | No | — | The custom3 value |
custom4 | object | No | — | The custom4 value |
custom5 | object | No | — | The custom5 value |
custom6 | object | No | — | The custom6 value |
custom7 | object | No | — | The custom7 value |
custom8 | object | No | — | The custom8 value |
custom9 | object | No | — | The custom9 value |
expenseId | string | No | — | The unique identifier of the expense associated with the allocation |
percentage | number | No | — | The percentage of the total expense that this allocation represents |
percentEdited | boolean | No | — | Whether the allocation percent has been edited |
postedAmount | object | No | — | Posted Amount |
systemAllocation | boolean | No | — | Whether the allocation is a system allocation. It is usually hidden or read only for Request users |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
},
"allocationUuid": {
"type": "string",
"description": "The unique identifier of the allocation"
},
"contextRoleType": {
"type": "string",
"description": "The role of the Concur user, which determines the form fields they can view/modify",
"enum": [
"REQ_TRAVELER",
"REQ_MANAGER",
"REQ_PROCESSOR1",
"REQ_PROCESSOR2",
"REQ_PROCESSOR3",
"RISK_PROCESSOR"
]
},
"userId": {
"type": "string",
"description": "The unique identifier of the user to update the allocation of a Request"
},
"allocationAmount": {
"type": "object",
"description": "Allocation Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"allocationId": {
"type": "string",
"description": "The unique allocation identifier."
},
"approvedAmount": {
"type": "object",
"description": "Approved Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"custom1": {
"type": "object",
"description": "The custom1 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom10": {
"type": "object",
"description": "The custom10 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom11": {
"type": "object",
"description": "The custom11 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom12": {
"type": "object",
"description": "The custom12 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom13": {
"type": "object",
"description": "The custom13 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom14": {
"type": "object",
"description": "The custom14 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom15": {
"type": "object",
"description": "The custom15 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom16": {
"type": "object",
"description": "The custom16 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom17": {
"type": "object",
"description": "The custom17 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom18": {
"type": "object",
"description": "The custom18 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom19": {
"type": "object",
"description": "The custom19 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom2": {
"type": "object",
"description": "The custom2 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom20": {
"type": "object",
"description": "The custom20 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom3": {
"type": "object",
"description": "The custom3 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom4": {
"type": "object",
"description": "The custom4 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom5": {
"type": "object",
"description": "The custom5 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom6": {
"type": "object",
"description": "The custom6 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom7": {
"type": "object",
"description": "The custom7 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom8": {
"type": "object",
"description": "The custom8 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom9": {
"type": "object",
"description": "The custom9 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"expenseId": {
"type": "string",
"description": "The unique identifier of the expense associated with the allocation"
},
"percentage": {
"type": "number",
"description": "The percentage of the total expense that this allocation represents"
},
"percentEdited": {
"type": "boolean",
"description": "Whether the allocation percent has been edited"
},
"postedAmount": {
"type": "object",
"description": "Posted Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"systemAllocation": {
"type": "boolean",
"description": "Whether the allocation is a system allocation. It is usually hidden or read only for Request users"
}
},
"required": [
"PCID",
"requestUuid",
"allocationUuid"
]
}
sap_concur_travel_request_update_using_put
Update the content of an expected expense Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
expenseUuid | string | Yes | — | The unique identifier of the expected expense to update |
userId | string | No | — | The unique identifier of the user performing the expected expense update |
allocations | any[] | No | — | List of the allocations composing this segment |
approvedAmount | object | No | — | Approved Amount |
budgetAccrualDate | string | No | — | The date to determine which budgets are affected (in the format yyyy-MM-dd’T’HH:mm:ss.SSS’Z’) |
businessPurpose | string | No | — | The purpose of the expected expense |
comments | object | No | — | The comments value |
custom1 | object | No | — | The custom1 value |
custom10 | object | No | — | The custom10 value |
custom11 | object | No | — | The custom11 value |
custom12 | object | No | — | The custom12 value |
custom13 | object | No | — | The custom13 value |
custom14 | object | No | — | The custom14 value |
custom15 | object | No | — | The custom15 value |
custom16 | object | No | — | The custom16 value |
custom17 | object | No | — | The custom17 value |
custom18 | object | No | — | The custom18 value |
custom19 | object | No | — | The custom19 value |
custom2 | object | No | — | The custom2 value |
custom20 | object | No | — | The custom20 value |
custom21 | object | No | — | The custom21 value |
custom22 | object | No | — | The custom22 value |
custom23 | object | No | — | The custom23 value |
custom24 | object | No | — | The custom24 value |
custom25 | object | No | — | The custom25 value |
custom26 | object | No | — | The custom26 value |
custom27 | object | No | — | The custom27 value |
custom28 | object | No | — | The custom28 value |
custom29 | object | No | — | The custom29 value |
custom3 | object | No | — | The custom3 value |
custom30 | object | No | — | The custom30 value |
custom31 | object | No | — | The custom31 value |
custom32 | object | No | — | The custom32 value |
custom33 | object | No | — | The custom33 value |
custom34 | object | No | — | The custom34 value |
custom35 | object | No | — | The custom35 value |
custom36 | object | No | — | The custom36 value |
custom37 | object | No | — | The custom37 value |
custom38 | object | No | — | The custom38 value |
custom39 | object | No | — | The custom39 value |
custom4 | object | No | — | The custom4 value |
custom40 | object | No | — | The custom40 value |
custom5 | object | No | — | The custom5 value |
custom6 | object | No | — | The custom6 value |
custom7 | object | No | — | The custom7 value |
custom8 | object | No | — | The custom8 value |
custom9 | object | No | — | The custom9 value |
exchangeRate | object | No | — | Exchange Rate |
expenseType | object | No | — | Expense Type |
href | string | No | — | The href value |
id | string | No | — | The unique identifier of the expected expense |
lastComment | string | No | — | The last comment of the expected expense |
lastModifiedDate | string | No | — | The date when this expense was last modified |
location | object | No | — | The location value |
orgUnit1 | object | No | — | Org Unit1 |
orgUnit2 | object | No | — | Org Unit2 |
orgUnit3 | object | No | — | Org Unit3 |
orgUnit4 | object | No | — | Org Unit4 |
orgUnit5 | object | No | — | Org Unit5 |
orgUnit6 | object | No | — | Org Unit6 |
parentRequest | object | No | — | Parent Request |
postedAmount | object | No | — | Posted Amount |
remainingAmount | object | No | — | Remaining Amount |
source | string | No | — | The source that created the expected expense. It can be CASH_ADVANCE or TRAVEL_ALLOWANCE. This field will be empty in any other case. |
transactionAmount | object | No | — | Transaction Amount |
transactionDate | string | Yes | — | The date of the transaction |
travelAllowance | object | No | — | Travel Allowance |
tripData | object | No | — | Trip Data |
vendor | object | No | — | The vendor value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"expenseUuid": {
"type": "string",
"description": "The unique identifier of the expected expense to update"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user performing the expected expense update"
},
"allocations": {
"type": "array",
"description": "List of the allocations composing this segment"
},
"approvedAmount": {
"type": "object",
"description": "Approved Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"budgetAccrualDate": {
"type": "string",
"description": "The date to determine which budgets are affected (in the format yyyy-MM-dd’T’HH:mm:ss.SSS’Z’)"
},
"businessPurpose": {
"type": "string",
"description": "The purpose of the expected expense"
},
"comments": {
"type": "object",
"description": "The comments value",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"custom1": {
"type": "object",
"description": "The custom1 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom10": {
"type": "object",
"description": "The custom10 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom11": {
"type": "object",
"description": "The custom11 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom12": {
"type": "object",
"description": "The custom12 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom13": {
"type": "object",
"description": "The custom13 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom14": {
"type": "object",
"description": "The custom14 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom15": {
"type": "object",
"description": "The custom15 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom16": {
"type": "object",
"description": "The custom16 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom17": {
"type": "object",
"description": "The custom17 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom18": {
"type": "object",
"description": "The custom18 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom19": {
"type": "object",
"description": "The custom19 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom2": {
"type": "object",
"description": "The custom2 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom20": {
"type": "object",
"description": "The custom20 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom21": {
"type": "object",
"description": "The custom21 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom22": {
"type": "object",
"description": "The custom22 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom23": {
"type": "object",
"description": "The custom23 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom24": {
"type": "object",
"description": "The custom24 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom25": {
"type": "object",
"description": "The custom25 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom26": {
"type": "object",
"description": "The custom26 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom27": {
"type": "object",
"description": "The custom27 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom28": {
"type": "object",
"description": "The custom28 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom29": {
"type": "object",
"description": "The custom29 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom3": {
"type": "object",
"description": "The custom3 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom30": {
"type": "object",
"description": "The custom30 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom31": {
"type": "object",
"description": "The custom31 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom32": {
"type": "object",
"description": "The custom32 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom33": {
"type": "object",
"description": "The custom33 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom34": {
"type": "object",
"description": "The custom34 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom35": {
"type": "object",
"description": "The custom35 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom36": {
"type": "object",
"description": "The custom36 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom37": {
"type": "object",
"description": "The custom37 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom38": {
"type": "object",
"description": "The custom38 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom39": {
"type": "object",
"description": "The custom39 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom4": {
"type": "object",
"description": "The custom4 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom40": {
"type": "object",
"description": "The custom40 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom5": {
"type": "object",
"description": "The custom5 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom6": {
"type": "object",
"description": "The custom6 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom7": {
"type": "object",
"description": "The custom7 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom8": {
"type": "object",
"description": "The custom8 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom9": {
"type": "object",
"description": "The custom9 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"exchangeRate": {
"type": "object",
"description": "Exchange Rate",
"properties": {
"operation": {
"type": "string",
"description": "Exchange rate operation. Possible values: 'MULTIPLY' or 'DIVIDE'"
},
"value": {
"type": "number",
"description": "Exchange rate value"
}
},
"required": [
"operation",
"value"
]
},
"expenseType": {
"type": "object",
"description": "Expense Type",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource for the expense type definition"
},
"id": {
"type": "string",
"description": "Unique identifier of the expense type"
},
"name": {
"type": "string",
"description": "Name of the expense type"
}
},
"required": [
"id"
]
},
"href": {
"type": "string",
"description": "The href value"
},
"id": {
"type": "string",
"description": "The unique identifier of the expected expense"
},
"lastComment": {
"type": "string",
"description": "The last comment of the expected expense"
},
"lastModifiedDate": {
"type": "string",
"description": "The date when this expense was last modified"
},
"location": {
"type": "object",
"description": "The location value",
"properties": {
"city": {
"type": "string",
"description": "The city name of the location"
},
"countryCode": {
"type": "string",
"description": "The ISO 3166-1 country code"
},
"countrySubDivisionCode": {
"type": "string",
"description": "The ISO 3166-2 country sub code"
},
"iataCode": {
"type": "string",
"description": "The IATA code for the location"
},
"id": {
"type": "string",
"description": "The id of the location"
},
"latitude": {
"type": "number",
"description": "The latitude of the location"
},
"locationCode": {
"type": "string",
"description": "The code of the location"
},
"locationType": {
"type": "string",
"description": "The type of the location"
},
"longitude": {
"type": "number",
"description": "The longitude of the location"
},
"name": {
"type": "string",
"description": "The name of the location"
}
}
},
"orgUnit1": {
"type": "object",
"description": "Org Unit1",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit2": {
"type": "object",
"description": "Org Unit2",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit3": {
"type": "object",
"description": "Org Unit3",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit4": {
"type": "object",
"description": "Org Unit4",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit5": {
"type": "object",
"description": "Org Unit5",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"orgUnit6": {
"type": "object",
"description": "Org Unit6",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"parentRequest": {
"type": "object",
"description": "Parent Request",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"postedAmount": {
"type": "object",
"description": "Posted Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"remainingAmount": {
"type": "object",
"description": "Remaining Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"source": {
"type": "string",
"description": "The source that created the expected expense. It can be CASH_ADVANCE or TRAVEL_ALLOWANCE. This field will be empty in any other case.",
"enum": [
"CASH_ADVANCE",
"TRAVEL_ALLOWANCE",
"AGENCY_FEE"
]
},
"transactionAmount": {
"type": "object",
"description": "Transaction Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"transactionDate": {
"type": "string",
"description": "The date of the transaction"
},
"travelAllowance": {
"type": "object",
"description": "Travel Allowance",
"properties": {
"dailyTravelAllowanceId": {
"type": "string",
"description": "The fixed daily travel allowance id associated with the expected expense"
}
}
},
"tripData": {
"type": "object",
"description": "Trip Data",
"properties": {
"agencyBooked": {
"type": "boolean",
"description": "Indicates whether this trip has been booked by a Travel Agency or not. True if this trip is (or has to be) handled by a Travel Agency."
},
"legs": {
"type": "array",
"description": "List of the legs composing this segment"
},
"segmentType": {
"type": "object",
"description": "Segment Type"
},
"selfBooked": {
"type": "boolean",
"description": "True if this trip has been reserved by Concur Travel, or if Concur Travel has retrieved the trip information in the GDS"
},
"tripType": {
"type": "string",
"description": "Indicates the type of this trip. Possible values are: ONE_WAY, ROUND_TRIP, MULTI_STOPS"
}
},
"required": [
"segmentType"
]
},
"vendor": {
"type": "object",
"description": "The vendor value",
"properties": {
"id": {
"type": "string",
"description": "The vendor identifier of the expected expense"
},
"name": {
"type": "string",
"description": "The vendor description of the expected expense"
}
}
}
},
"required": [
"PCID",
"expenseUuid",
"transactionDate"
]
}
sap_concur_travel_request_update_using_put_2
Update the content of an existing Request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
requestUuid | string | Yes | — | The unique identifier of the Request |
userId | string | No | — | The unique identifier of the user |
approvalLimitDate | string | No | — | The date by which the Request must be approved. This element appears only when integrated with Concur Travel |
approvalStatus | object | No | — | Approval Status |
approved | boolean | No | — | Indicates whether this Request is approved |
approver | object | No | — | The approver value |
authorizedDate | string | No | — | For an approved Request, the date the approval process was completed |
businessPurpose | string | No | — | The business purpose of the Request |
canceledPostApproval | boolean | No | — | Indicates whether this Request was canceled post approval |
closed | boolean | No | — | Indicates whether the Request is closed |
comment | string | No | — | The last comment attached to this Request |
comments | object | No | — | The comments value |
creationDate | string | No | — | The date when the Request was created (in the format yyyy-MM-dd’T’HH:mm:ss.SSS’Z’) |
custom1 | object | No | — | The custom1 value |
custom10 | object | No | — | The custom10 value |
custom11 | object | No | — | The custom11 value |
custom12 | object | No | — | The custom12 value |
custom13 | object | No | — | The custom13 value |
custom14 | object | No | — | The custom14 value |
custom15 | object | No | — | The custom15 value |
custom16 | object | No | — | The custom16 value |
custom17 | object | No | — | The custom17 value |
custom18 | object | No | — | The custom18 value |
custom19 | object | No | — | The custom19 value |
custom2 | object | No | — | The custom2 value |
custom20 | object | No | — | The custom20 value |
custom3 | object | No | — | The custom3 value |
custom4 | object | No | — | The custom4 value |
custom5 | object | No | — | The custom5 value |
custom6 | object | No | — | The custom6 value |
custom7 | object | No | — | The custom7 value |
custom8 | object | No | — | The custom8 value |
custom9 | object | No | — | The custom9 value |
endDate | string | No | — | The end date of the Request (in the format YYYY-MM-DD) |
endTime | string | No | — | The end time of the Request (in the format HH:MM) |
eventRequest | object | No | — | Event Request |
everSentBack | boolean | No | — | Indicates whether the Request has ever been sent back to the employee |
expenses | any[] | No | — | Expected expenses attached to this Request |
extensionOf | object | No | — | Extension Of |
highestExceptionLevel | string | No | — | The highest level of exception contained in this Request. One of { NONE, WARNING, ERROR } |
href | string | No | — | Hyperlink to the resource for this Request |
id | string | No | — | The unique identifier of the Request |
lastModified | string | No | — | The date when the Request was last modified |
mainDestination | object | No | — | Main Destination |
name | string | No | — | The name of the Request |
operations | any[] | No | — | The operations value |
owner | object | No | — | The owner value |
pendingApproval | boolean | No | — | Indicates whether this Request is pending approval |
pnr | string | No | — | The value of the pnr provided within the agency proposals by the travel agency |
policy | object | No | — | The policy value |
requestId | string | No | — | The public key of the Request (unique per customer) |
startDate | string | No | — | The start date of the Request (in the format YYYY-MM-DD) |
startTime | string | No | — | The start time of the Request (in the format HH:MM) |
submitDate | string | No | — | The date when the Request was submitted (last submit date in case of recall) |
totalApprovedAmount | object | No | — | Total Approved Amount |
totalPostedAmount | object | No | — | Total Posted Amount |
totalRemainingAmount | object | No | — | Total Remaining Amount |
travelAgency | object | No | — | Travel Agency |
type | object | No | — | The type value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"requestUuid": {
"type": "string",
"description": "The unique identifier of the Request"
},
"userId": {
"type": "string",
"description": "The unique identifier of the user"
},
"approvalLimitDate": {
"type": "string",
"description": "The date by which the Request must be approved. This element appears only when integrated with Concur Travel"
},
"approvalStatus": {
"type": "object",
"description": "Approval Status",
"properties": {
"code": {
"type": "string",
"description": "The code of the approval status of the Request"
},
"name": {
"type": "string",
"description": "The approval status of the Request in the current user's language"
}
}
},
"approved": {
"type": "boolean",
"description": "Indicates whether this Request is approved"
},
"approver": {
"type": "object",
"description": "The approver value",
"properties": {
"firstName": {
"type": "string",
"description": "The first name of the employee"
},
"middleInitial": {
"type": "string",
"description": "The middle initial of the employee"
},
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"lastName": {
"type": "string",
"description": "The last name of the employee"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"authorizedDate": {
"type": "string",
"description": "For an approved Request, the date the approval process was completed"
},
"businessPurpose": {
"type": "string",
"description": "The business purpose of the Request"
},
"canceledPostApproval": {
"type": "boolean",
"description": "Indicates whether this Request was canceled post approval"
},
"closed": {
"type": "boolean",
"description": "Indicates whether the Request is closed"
},
"comment": {
"type": "string",
"description": "The last comment attached to this Request"
},
"comments": {
"type": "object",
"description": "The comments value",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"creationDate": {
"type": "string",
"description": "The date when the Request was created (in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z')"
},
"custom1": {
"type": "object",
"description": "The custom1 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom10": {
"type": "object",
"description": "The custom10 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom11": {
"type": "object",
"description": "The custom11 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom12": {
"type": "object",
"description": "The custom12 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom13": {
"type": "object",
"description": "The custom13 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom14": {
"type": "object",
"description": "The custom14 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom15": {
"type": "object",
"description": "The custom15 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom16": {
"type": "object",
"description": "The custom16 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom17": {
"type": "object",
"description": "The custom17 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom18": {
"type": "object",
"description": "The custom18 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom19": {
"type": "object",
"description": "The custom19 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom2": {
"type": "object",
"description": "The custom2 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom20": {
"type": "object",
"description": "The custom20 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom3": {
"type": "object",
"description": "The custom3 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom4": {
"type": "object",
"description": "The custom4 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom5": {
"type": "object",
"description": "The custom5 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom6": {
"type": "object",
"description": "The custom6 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom7": {
"type": "object",
"description": "The custom7 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom8": {
"type": "object",
"description": "The custom8 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"custom9": {
"type": "object",
"description": "The custom9 value",
"properties": {
"code": {
"type": "string",
"description": "The short code of the list item. For non-list fields, this value will be blank"
},
"href": {
"type": "string",
"description": "The link to get this list item on the list service."
},
"value": {
"type": "string",
"description": "The value of the custom field or the value of the list item id for list fields"
}
}
},
"endDate": {
"type": "string",
"description": "The end date of the Request (in the format YYYY-MM-DD)"
},
"endTime": {
"type": "string",
"description": "The end time of the Request (in the format HH:MM)"
},
"eventRequest": {
"type": "object",
"description": "Event Request",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"everSentBack": {
"type": "boolean",
"description": "Indicates whether the Request has ever been sent back to the employee"
},
"expenses": {
"type": "array",
"description": "Expected expenses attached to this Request"
},
"extensionOf": {
"type": "object",
"description": "Extension Of",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"requestId": {
"type": "string",
"description": "The public key of the Request (unique per customer)."
}
}
},
"highestExceptionLevel": {
"type": "string",
"description": "The highest level of exception contained in this Request. One of { NONE, WARNING, ERROR }",
"enum": [
"NONE",
"WARNING",
"ERROR"
]
},
"href": {
"type": "string",
"description": "Hyperlink to the resource for this Request"
},
"id": {
"type": "string",
"description": "The unique identifier of the Request"
},
"lastModified": {
"type": "string",
"description": "The date when the Request was last modified"
},
"mainDestination": {
"type": "object",
"description": "Main Destination",
"properties": {
"city": {
"type": "string",
"description": "The city name of the location"
},
"countryCode": {
"type": "string",
"description": "The ISO 3166-1 country code"
},
"countrySubDivisionCode": {
"type": "string",
"description": "The ISO 3166-2 country sub code"
},
"iataCode": {
"type": "string",
"description": "The IATA code for the location"
},
"id": {
"type": "string",
"description": "The id of the location"
},
"latitude": {
"type": "number",
"description": "The latitude of the location"
},
"locationCode": {
"type": "string",
"description": "The code of the location"
},
"locationType": {
"type": "string",
"description": "The type of the location"
},
"longitude": {
"type": "number",
"description": "The longitude of the location"
},
"name": {
"type": "string",
"description": "The name of the location"
}
}
},
"name": {
"type": "string",
"description": "The name of the Request"
},
"operations": {
"type": "array",
"description": "The operations value"
},
"owner": {
"type": "object",
"description": "The owner value",
"properties": {
"firstName": {
"type": "string",
"description": "The first name of the employee"
},
"middleInitial": {
"type": "string",
"description": "The middle initial of the employee"
},
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"lastName": {
"type": "string",
"description": "The last name of the employee"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"pendingApproval": {
"type": "boolean",
"description": "Indicates whether this Request is pending approval"
},
"pnr": {
"type": "string",
"description": "The value of the pnr provided within the agency proposals by the travel agency"
},
"policy": {
"type": "object",
"description": "The policy value",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"requestId": {
"type": "string",
"description": "The public key of the Request (unique per customer)"
},
"startDate": {
"type": "string",
"description": "The start date of the Request (in the format YYYY-MM-DD)"
},
"startTime": {
"type": "string",
"description": "The start time of the Request (in the format HH:MM)"
},
"submitDate": {
"type": "string",
"description": "The date when the Request was submitted (last submit date in case of recall)"
},
"totalApprovedAmount": {
"type": "object",
"description": "Total Approved Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"totalPostedAmount": {
"type": "object",
"description": "Total Posted Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"totalRemainingAmount": {
"type": "object",
"description": "Total Remaining Amount",
"properties": {
"currency": {
"type": "string",
"description": "The 3-letter ISO 4217 code of the currency in which the amount is expressed"
},
"value": {
"type": "number",
"description": "The amount in the defined currency"
}
},
"required": [
"currency",
"value"
]
},
"travelAgency": {
"type": "object",
"description": "Travel Agency",
"properties": {
"href": {
"type": "string",
"description": "Hyperlink to the resource"
},
"id": {
"type": "string",
"description": "Unique identifier of the related object"
},
"template": {
"type": "string",
"description": "Hyperlink template to the resource"
}
}
},
"type": {
"type": "object",
"description": "The type value",
"properties": {
"code": {
"type": "string",
"description": "The code of the type inherited from the Request policy type"
},
"label": {
"type": "string",
"description": "The label of the type inherited from the Request policy type"
}
}
}
},
"required": [
"PCID",
"requestUuid"
]
}

