POST api/externalApplications/disable

Disable external applications

Request Information

URI Parameters

None.

Body Parameters

ClientId list

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4b4a8ab4-9e5a-45b4-9942-5e42b12edd50",
  "636be726-19a2-4136-9df3-b0948bbcd074"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>4b4a8ab4-9e5a-45b4-9942-5e42b12edd50</guid>
  <guid>636be726-19a2-4136-9df3-b0948bbcd074</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ValidationResult
NameDescriptionTypeAdditional information
IsValid

boolean

None.

Errors

Collection of ValidationFailure

None.

Response Formats

application/json, text/json

Sample:
{
  "errors": []
}

application/xml, text/xml

Sample:
<ValidationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FluentValidation.Results">
  <errors />
</ValidationResult>