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": "ed9bebfb-392f-4dbf-95d5-dd3fa742d06e",
    "Cpp": {
      "Id": "5f00d240-1c81-48ea-9dfd-dd1894a19a4a",
      "Name": "sample string 2"
    },
    "ProgramId": "d354c264-5af5-4536-b6cb-a1726cb49e1d"
  },
  {
    "ApplicationId": "ed9bebfb-392f-4dbf-95d5-dd3fa742d06e",
    "Cpp": {
      "Id": "5f00d240-1c81-48ea-9dfd-dd1894a19a4a",
      "Name": "sample string 2"
    },
    "ProgramId": "d354c264-5af5-4536-b6cb-a1726cb49e1d"
  }
]

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>ed9bebfb-392f-4dbf-95d5-dd3fa742d06e</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>5f00d240-1c81-48ea-9dfd-dd1894a19a4a</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>d354c264-5af5-4536-b6cb-a1726cb49e1d</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>ed9bebfb-392f-4dbf-95d5-dd3fa742d06e</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>5f00d240-1c81-48ea-9dfd-dd1894a19a4a</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>d354c264-5af5-4536-b6cb-a1726cb49e1d</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.