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": "1c2fed54-56fc-4ee7-b7b0-1781e88e4b21",
    "Cpp": {
      "Id": "f4f5e3ad-1754-4e4e-bb8d-94fd7a64136d",
      "Name": "sample string 2"
    },
    "ProgramId": "e997add4-4232-40ed-84a4-8897794ee9cf"
  },
  {
    "ApplicationId": "1c2fed54-56fc-4ee7-b7b0-1781e88e4b21",
    "Cpp": {
      "Id": "f4f5e3ad-1754-4e4e-bb8d-94fd7a64136d",
      "Name": "sample string 2"
    },
    "ProgramId": "e997add4-4232-40ed-84a4-8897794ee9cf"
  }
]

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>1c2fed54-56fc-4ee7-b7b0-1781e88e4b21</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>f4f5e3ad-1754-4e4e-bb8d-94fd7a64136d</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>e997add4-4232-40ed-84a4-8897794ee9cf</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>1c2fed54-56fc-4ee7-b7b0-1781e88e4b21</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>f4f5e3ad-1754-4e4e-bb8d-94fd7a64136d</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>e997add4-4232-40ed-84a4-8897794ee9cf</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.