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": "15b52313-4c30-46cf-8074-33181efe5e45",
    "Cpp": {
      "Id": "d1793032-2969-4410-8481-0602efb18edc",
      "Name": "sample string 2"
    },
    "ProgramId": "ca4ae2d2-ba1a-4465-8333-63df8b4ed497"
  },
  {
    "ApplicationId": "15b52313-4c30-46cf-8074-33181efe5e45",
    "Cpp": {
      "Id": "d1793032-2969-4410-8481-0602efb18edc",
      "Name": "sample string 2"
    },
    "ProgramId": "ca4ae2d2-ba1a-4465-8333-63df8b4ed497"
  }
]

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>15b52313-4c30-46cf-8074-33181efe5e45</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>d1793032-2969-4410-8481-0602efb18edc</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>ca4ae2d2-ba1a-4465-8333-63df8b4ed497</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>15b52313-4c30-46cf-8074-33181efe5e45</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>d1793032-2969-4410-8481-0602efb18edc</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>ca4ae2d2-ba1a-4465-8333-63df8b4ed497</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.