GET api/Customer/Get?CustomerId={CustomerId}&BuilderId={BuilderId}&CreatedDate={CreatedDate}&ModifiedDate={ModifiedDate}&CreatedById={CreatedById}&ModifiedById={ModifiedById}
IDを指定して顧客を1件取得
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
data[1] "BuilderId": 会社ID "CustomerId": 顧客ID "Code": コード "RegistrationDate": 登録日 "Furigana": ふりがな "Name": 名前 "HonorificId": 敬称(ID) "HonorificValue": 敬称(名称) "PostCode": 郵便番号 "Address1": 都道府県 "Address2": 市区町村 "Address3": 町名 "Address4": 番地以下 "Address5": 建物・号室 "Tel": 電話番号 "HandphoneTel": 携帯電話番号 "Fax": ファックス "Email": メール "HandphoneEmail": 携帯メール "Remarks": 備考 "CustomerMailSend": 顧客通知 "CustomerPublic": 顧客公開 "ActivationStatus": 認証ステータス "CreatedDate": 登録日時 "ModifiedDate": 更新日時 "CreatedById": 登録者ID "ModifiedById": 更新者ID
CustomerAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| Code | string |
None. |
|
| RegistrationDate | date |
None. |
|
| Furigana | string |
None. |
|
| Name | string |
None. |
|
| HonorificId | integer |
None. |
|
| HonorificValue | string |
None. |
|
| PostCode | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Address3 | string |
None. |
|
| Address4 | string |
None. |
|
| Address5 | string |
None. |
|
| Tel | string |
None. |
|
| HandphoneTel | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| HandphoneEmail | string |
None. |
|
| Remarks | string |
None. |
|
| CustomerMailSend | integer |
None. |
|
| CustomerPublic | integer |
None. |
|
| RegistrationDateFrom | date |
None. |
|
| RegistrationDateTo | date |
None. |
|
| ActivationStatus | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Response Formats
application/json, text/json
{
"CustomerId": 1,
"Code": "sample string 2",
"RegistrationDate": "2025-12-10T05:47:41.3910388+00:00",
"Furigana": "sample string 3",
"Name": "sample string 4",
"HonorificId": 1,
"HonorificValue": "sample string 5",
"PostCode": "sample string 6",
"Address1": "sample string 7",
"Address2": "sample string 8",
"Address3": "sample string 9",
"Address4": "sample string 10",
"Address5": "sample string 11",
"Tel": "sample string 12",
"HandphoneTel": "sample string 13",
"Fax": "sample string 14",
"Email": "sample string 15",
"HandphoneEmail": "sample string 16",
"Remarks": "sample string 17",
"CustomerMailSend": 1,
"CustomerPublic": 1,
"RegistrationDateFrom": "2025-12-10T05:47:41.3910388+00:00",
"RegistrationDateTo": "2025-12-10T05:47:41.3910388+00:00",
"ActivationStatus": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:41.3910388+00:00",
"ModifiedDate": "2025-12-10T05:47:41.3910388+00:00",
"CreatedById": 20,
"ModifiedById": 21
}
application/xml, text/xml
<CustomerAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>20</CreatedById> <CreatedDate>2025-12-10T05:47:41.3910388+00:00</CreatedDate> <ModifiedById>21</ModifiedById> <ModifiedDate>2025-12-10T05:47:41.3910388+00:00</ModifiedDate> <ActivationStatus>1</ActivationStatus> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <Address3>sample string 9</Address3> <Address4>sample string 10</Address4> <Address5>sample string 11</Address5> <Code>sample string 2</Code> <CustomerId>1</CustomerId> <CustomerMailSend>1</CustomerMailSend> <CustomerPublic>1</CustomerPublic> <Email>sample string 15</Email> <Fax>sample string 14</Fax> <Furigana>sample string 3</Furigana> <HandphoneEmail>sample string 16</HandphoneEmail> <HandphoneTel>sample string 13</HandphoneTel> <HonorificId>1</HonorificId> <HonorificValue>sample string 5</HonorificValue> <Name>sample string 4</Name> <PostCode>sample string 6</PostCode> <RegistrationDate>2025-12-10T05:47:41.3910388+00:00</RegistrationDate> <RegistrationDateFrom>2025-12-10T05:47:41.3910388+00:00</RegistrationDateFrom> <RegistrationDateTo>2025-12-10T05:47:41.3910388+00:00</RegistrationDateTo> <Remarks>sample string 17</Remarks> <Tel>sample string 12</Tel> </CustomerAPI>