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": "3fe716a1-42b2-4fbd-8a10-8488b01823ec",
    "Cpp": {
      "Id": "fbb591d5-7ca0-4ff5-9ae1-f50fde669949",
      "Name": "sample string 2"
    },
    "ProgramId": "c581d58f-5397-401d-8ac7-0d6a78625e8d"
  },
  {
    "ApplicationId": "3fe716a1-42b2-4fbd-8a10-8488b01823ec",
    "Cpp": {
      "Id": "fbb591d5-7ca0-4ff5-9ae1-f50fde669949",
      "Name": "sample string 2"
    },
    "ProgramId": "c581d58f-5397-401d-8ac7-0d6a78625e8d"
  }
]

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>3fe716a1-42b2-4fbd-8a10-8488b01823ec</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>fbb591d5-7ca0-4ff5-9ae1-f50fde669949</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>c581d58f-5397-401d-8ac7-0d6a78625e8d</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>3fe716a1-42b2-4fbd-8a10-8488b01823ec</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>fbb591d5-7ca0-4ff5-9ae1-f50fde669949</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>c581d58f-5397-401d-8ac7-0d6a78625e8d</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.