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": "2da243c0-9b4b-4ec4-b841-d5b0c7682fac",
    "Cpp": {
      "Id": "684ce367-dbe1-4b6f-8666-fd43108edc53",
      "Name": "sample string 2"
    },
    "ProgramId": "306a9e61-9b81-4dbd-a4f2-b473c207ec8d"
  },
  {
    "ApplicationId": "2da243c0-9b4b-4ec4-b841-d5b0c7682fac",
    "Cpp": {
      "Id": "684ce367-dbe1-4b6f-8666-fd43108edc53",
      "Name": "sample string 2"
    },
    "ProgramId": "306a9e61-9b81-4dbd-a4f2-b473c207ec8d"
  }
]

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>2da243c0-9b4b-4ec4-b841-d5b0c7682fac</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>684ce367-dbe1-4b6f-8666-fd43108edc53</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>306a9e61-9b81-4dbd-a4f2-b473c207ec8d</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>2da243c0-9b4b-4ec4-b841-d5b0c7682fac</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>684ce367-dbe1-4b6f-8666-fd43108edc53</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>306a9e61-9b81-4dbd-a4f2-b473c207ec8d</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.