PUT api/provider/program/courselocation
Request Information
URI Parameters
None.
Body Parameters
CourseLocationName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Country | IdNamePair |
None. |
|
StateProvince | IdNamePair |
None. |
|
StateProvinceString | string |
None. |
|
City | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "26518170-8d47-42ba-ab42-7117f66eb72c", "Country": { "Id": "f3df5075-8461-4c9f-8aa7-e344737e4ee7", "Name": "sample string 2" }, "StateProvince": { "Id": "f3df5075-8461-4c9f-8aa7-e344737e4ee7", "Name": "sample string 2" }, "StateProvinceString": "sample string 2", "City": "sample string 3" }
application/xml, text/xml
Sample:
<CourseLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models"> <City>sample string 3</City> <Country xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d2p1:Id>f3df5075-8461-4c9f-8aa7-e344737e4ee7</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </Country> <Id>26518170-8d47-42ba-ab42-7117f66eb72c</Id> <StateProvince xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d2p1:Id>f3df5075-8461-4c9f-8aa7-e344737e4ee7</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </StateProvince> <StateProvinceString>sample string 2</StateProvinceString> </CourseLocation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.