URI Parameters
Parameter Name |
Data Type |
Required |
Notes |
resourceName
|
string
|
Y
|
|
id
|
integer
|
Y
|
|
|
No response body.
Please check http status code header for success (200 OK) or failure.
It there are error(s), a collection of ErrorMessages will be returned.
No response body.
Please check http status code header for success (200 OK) or failure.
It there are error(s), a collection of ErrorMessages will be returned.
Change |
Version |
Description |
Contract |
Old |
New |
Operation Changed |
15.0.0 |
Route has changed from Custom/{resourceName}/{Id} to Custom/{resourceName}/{id} |
|
Custom/{resourceName}/{Id} |
Custom/{resourceName}/{id} |
Parameter Changed |
15.0.0 |
resourceName has been marked as required. |
|
|
Required |
Parameter Added |
15.0.0 |
id has changed from String to int |
|
String |
int |
Parameter Changed |
15.0.0 |
id has been marked as required. |
|
|
Required |