Create Company Institution Number
POST/institutions/:institutionId/institution-numbers
Create Company Institution Number
Request
Path Parameters
institutionId stringrequired
- application/json
Body
tags string
Tags
type string
Type
value string
Value
preferences string
Preferences
notes string
Notes
confirmed string
Confirmed
Responses
- 200
Created Company Institution Number
- application/json
- Schema
- Example (from schema)
Schema
tags string
Tags
type string
Type
value string
Value
preferences string
Preferences
notes string
Notes
confirmed string
Confirmed
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"tags": "string",
"type": "string",
"value": "string",
"preferences": "string",
"notes": "string",
"confirmed": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...