Read specified Management codes and Management labels
No Parameters
Key |
Type |
Value |
---|---|---|
code |
String |
Management code |
name |
String |
Management label |
GET https://*.sacm.jp/public-api/v1/user/tsa99990001
Content-Type: application/json
{ "code":"tsa99990001", "name":"API Sample Inc." }
Update specified Management codes and Management labels
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
name |
String |
Management label (1 - 100 characters) (required) |
Key |
Type |
Value |
---|---|---|
code |
String |
Management code |
name |
String |
Management label |
PUT https://*.sacm.jp/public-api/v1/user/tsa99990001
Content-Type: application/json
{ "name":"Example API.com" }
Content-Type: application/json
{ "code":"tsa99990001", "name":"Example API.com" }