POST /API/v2/Master/ContactInformations/RegisterAdmin
問合せ先を登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactInformationId | 問合せ先ID |
String |
Required |
| contactInformationName | 問合せ先名称 |
String |
Required |
| organizationId | 組織ID |
String |
Required |
| reportCode | 帳票コード |
String |
Required |
| inquirables | 問合せ詳細 |
Collection, Null of inquirables |
None. |
| isManualResponse | 手動応答フラグ |
Boolean |
Required |
| displayOrder | 表示順 |
Integer |
Required |
| forwarderNames | フォワーダー名 |
Collection, Null of String, Null |
None. |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactInformationId | 問合せ先ID |
String |
Required Max length: 30 |
| contactInformationName | 問合せ先名称 |
String |
Required |
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| reportCode | 帳票コード |
String |
Required Max length: 5 |
| inquirables | 問合せ詳細 |
Collection, Null of inquirables |
None. |
| isManualResponse | 手動応答フラグ |
Boolean |
Required |
| displayOrder | 表示順 |
Integer |
Required |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |
| forwarderNames | フォワーダー名 |
Collection, Null of String, Null |
None. |