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": "eb5bfc28-a74e-4b8b-a23f-8b58d907b1e1",
    "Cpp": {
      "Id": "9d964ec4-4d14-4a6f-92c0-779796094973",
      "Name": "sample string 2"
    },
    "ProgramId": "1793817c-84ca-4d2a-932e-5e14717298ec"
  },
  {
    "ApplicationId": "eb5bfc28-a74e-4b8b-a23f-8b58d907b1e1",
    "Cpp": {
      "Id": "9d964ec4-4d14-4a6f-92c0-779796094973",
      "Name": "sample string 2"
    },
    "ProgramId": "1793817c-84ca-4d2a-932e-5e14717298ec"
  }
]

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>eb5bfc28-a74e-4b8b-a23f-8b58d907b1e1</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>9d964ec4-4d14-4a6f-92c0-779796094973</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>1793817c-84ca-4d2a-932e-5e14717298ec</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>eb5bfc28-a74e-4b8b-a23f-8b58d907b1e1</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>9d964ec4-4d14-4a6f-92c0-779796094973</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>1793817c-84ca-4d2a-932e-5e14717298ec</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.