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": "eef22d39-75e4-46f9-9ed9-0dd7290ec5e6",
    "Cpp": {
      "Id": "2f79c4a1-b59e-4ec2-bedf-e91e1ac43055",
      "Name": "sample string 2"
    },
    "ProgramId": "5e637b68-86ca-4978-a45f-635fcd6bee54"
  },
  {
    "ApplicationId": "eef22d39-75e4-46f9-9ed9-0dd7290ec5e6",
    "Cpp": {
      "Id": "2f79c4a1-b59e-4ec2-bedf-e91e1ac43055",
      "Name": "sample string 2"
    },
    "ProgramId": "5e637b68-86ca-4978-a45f-635fcd6bee54"
  }
]

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>eef22d39-75e4-46f9-9ed9-0dd7290ec5e6</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>2f79c4a1-b59e-4ec2-bedf-e91e1ac43055</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>5e637b68-86ca-4978-a45f-635fcd6bee54</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>eef22d39-75e4-46f9-9ed9-0dd7290ec5e6</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>2f79c4a1-b59e-4ec2-bedf-e91e1ac43055</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>5e637b68-86ca-4978-a45f-635fcd6bee54</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.