POST api/applications/cpp

Request Information

URI Parameters

None.

Body Parameters

Collection of ApplicationCpp
NameDescriptionTypeAdditional information
ApplicationId

globally unique identifier

None.

Cpp

IdNamePair

None.

ProgramId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ApplicationId": "c8251a64-14f1-4d23-97ff-d931bae639b0",
    "Cpp": {
      "Id": "2804ba4b-f941-4366-8073-910746f10f94",
      "Name": "sample string 2"
    },
    "ProgramId": "c740bd2e-291d-4aef-8ad7-1b0f0cc4b63f"
  },
  {
    "ApplicationId": "c8251a64-14f1-4d23-97ff-d931bae639b0",
    "Cpp": {
      "Id": "2804ba4b-f941-4366-8073-910746f10f94",
      "Name": "sample string 2"
    },
    "ProgramId": "c740bd2e-291d-4aef-8ad7-1b0f0cc4b63f"
  }
]

application/xml, text/xml

Sample:
<ArrayOfApplicationCpp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
  <ApplicationCpp>
    <ApplicationId>c8251a64-14f1-4d23-97ff-d931bae639b0</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>2804ba4b-f941-4366-8073-910746f10f94</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>c740bd2e-291d-4aef-8ad7-1b0f0cc4b63f</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>c8251a64-14f1-4d23-97ff-d931bae639b0</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>2804ba4b-f941-4366-8073-910746f10f94</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>c740bd2e-291d-4aef-8ad7-1b0f0cc4b63f</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.