PUT api/organisations/1/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Organisations.OrganisationAddressDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Address3 | string |
None. |
|
| Address4 | string |
None. |
|
| City | string |
None. |
|
| Country | string |
None. |
|
| County | string |
None. |
|
| Id | globally unique identifier |
Required |
|
| Zip | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"address4": "sample string 4",
"city": "sample string 5",
"country": "sample string 6",
"county": "sample string 7",
"id": "5cc8cf95-3e77-4e17-9ef3-eedd715d69d4",
"zip": "sample string 9"
}
text/html
Sample:
{"address1":"sample string 1","address2":"sample string 2","address3":"sample string 3","address4":"sample string 4","city":"sample string 5","country":"sample string 6","county":"sample string 7","id":"5cc8cf95-3e77-4e17-9ef3-eedd715d69d4","zip":"sample string 9"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.