SAP Concur · Schema

ResourceCreatedResponse

Response returned when a resource is successfully created

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Properties

Name Type Description
uri string The URI of the newly created resource
View JSON Schema on GitHub

JSON Schema

sap-concur-resourcecreatedresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceCreatedResponse",
  "title": "ResourceCreatedResponse",
  "type": "object",
  "description": "Response returned when a resource is successfully created",
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri",
      "description": "The URI of the newly created resource",
      "example": "https://www.example.com"
    }
  }
}