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": "3140f0da-1c49-4a3c-b288-6dcadd215a08",
    "Cpp": {
      "Id": "8a164341-6361-4f2f-beef-de27fcfb3aae",
      "Name": "sample string 2"
    },
    "ProgramId": "fdb0e548-f709-4390-82e9-eb563e7105df"
  },
  {
    "ApplicationId": "3140f0da-1c49-4a3c-b288-6dcadd215a08",
    "Cpp": {
      "Id": "8a164341-6361-4f2f-beef-de27fcfb3aae",
      "Name": "sample string 2"
    },
    "ProgramId": "fdb0e548-f709-4390-82e9-eb563e7105df"
  }
]

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>3140f0da-1c49-4a3c-b288-6dcadd215a08</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>8a164341-6361-4f2f-beef-de27fcfb3aae</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>fdb0e548-f709-4390-82e9-eb563e7105df</ProgramId>
  </ApplicationCpp>
  <ApplicationCpp>
    <ApplicationId>3140f0da-1c49-4a3c-b288-6dcadd215a08</ApplicationId>
    <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
      <d3p1:Id>8a164341-6361-4f2f-beef-de27fcfb3aae</d3p1:Id>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Cpp>
    <ProgramId>fdb0e548-f709-4390-82e9-eb563e7105df</ProgramId>
  </ApplicationCpp>
</ArrayOfApplicationCpp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.