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": "193de03c-ed65-4532-90a4-1fab02b578ee",
    "Cpp": {
      "Id": "fefd2f0e-55b5-4db1-9aaa-1b653e6bc5db",
      "Name": "sample string 2"
    },
    "ProgramId": "9cdd39ad-5025-4918-a487-b7dc625f83d3"
  },
  {
    "ApplicationId": "193de03c-ed65-4532-90a4-1fab02b578ee",
    "Cpp": {
      "Id": "fefd2f0e-55b5-4db1-9aaa-1b653e6bc5db",
      "Name": "sample string 2"
    },
    "ProgramId": "9cdd39ad-5025-4918-a487-b7dc625f83d3"
  }
]

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>193de03c-ed65-4532-90a4-1fab02b578ee</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>fefd2f0e-55b5-4db1-9aaa-1b653e6bc5db</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>9cdd39ad-5025-4918-a487-b7dc625f83d3</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>193de03c-ed65-4532-90a4-1fab02b578ee</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>fefd2f0e-55b5-4db1-9aaa-1b653e6bc5db</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>9cdd39ad-5025-4918-a487-b7dc625f83d3</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.