POST api/implants/implantsupdate
Request Information
URI Parameters
None.
Body Parameters
ImplantsUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ModifiedBy | string |
None. |
|
| ImplantId | string |
None. |
|
| ImplantBrand | string |
None. |
|
| ImplantModel | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModifiedBy": "sample string 1",
"ImplantId": "sample string 2",
"ImplantBrand": "sample string 3",
"ImplantModel": "sample string 4",
"CreatedBy": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.