POST v6/badge/save
Request Information
URI Parameters
None.
Body Parameters
BadgeModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BadgeId | integer |
None. |
|
| BadgeNumber | string |
None. |
|
| LocationId | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"badgeId": 1,
"badgeNumber": "sample string 2",
"locationId": 3,
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.