PUT api/organisations/0/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

API.Infrastructure.Dto.Organisations.OrganisationDetailsDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Name

string

Required

OrganisationTypeId

globally unique identifier

Required

ExternalReference

string

None.

Image

string

None.

ParentId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "c3f865af-5410-43a2-9d82-bb47f31b66e6",
  "name": "sample string 2",
  "organisationTypeId": "a61cb105-3606-4254-9b09-4fd28465021c",
  "externalReference": "sample string 3",
  "image": "sample string 4",
  "parentId": "bc90a90a-97d8-44d7-8bd4-86e1cc414780"
}

text/html

Sample:
{"id":"c3f865af-5410-43a2-9d82-bb47f31b66e6","name":"sample string 2","organisationTypeId":"a61cb105-3606-4254-9b09-4fd28465021c","externalReference":"sample string 3","image":"sample string 4","parentId":"bc90a90a-97d8-44d7-8bd4-86e1cc414780"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.