The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/Countries/{id}?maintenanceMode={maintenanceMode} | Test | |
Get the details of a country by id. |
|||
GET | Method: GetAll, URL: ReferenceData/Countries?maintenanceMode={maintenanceMode} | Test | |
Get all countries. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter. |
|||
GET | Method: GetSummaries, URL: ReferenceData/Countries/Summary | Test | |
Get a summary representation of all countries. |
|||
POST | Method: Create, URL: ReferenceData/Countries | Test | |
Create a new country. |
|||
PUT | Method: Update, URL: ReferenceData/Countries/{id} | Test | |
Update an existing country. |
|||
DELETE | Method: Delete, URL: ReferenceData/Countries/{id} | Test | |
Delete an existing country. |