POST updateCourseInfrastructure

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
UniqueId

None.

infrastructure

None.

infrastructureType

None.

Request Formats

application/json, text/json

Sample:
{
  "UniqueId": "sample string 1",
  "infrastructure": [
    true,
    true
  ],
  "infrastructureType": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<IcourseInfrastructurePayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO">
  <UniqueId>sample string 1</UniqueId>
  <infrastructure xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:boolean>true</d2p1:boolean>
    <d2p1:boolean>true</d2p1:boolean>
  </infrastructure>
  <infrastructureType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </infrastructureType>
</IcourseInfrastructurePayload>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>