POST api/Customer/Add

Request Information

URI Parameters

None.

Body Parameters

CustomerAPI
NameDescriptionTypeAdditional 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.

Email

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.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "Code": "sample string 2",
  "RegistrationDate": "2025-12-10T05:47:06.3687978+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:06.3687978+00:00",
  "RegistrationDateTo": "2025-12-10T05:47:06.3687978+00:00",
  "ActivationStatus": 1,
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:06.3687978+00:00",
  "ModifiedDate": "2025-12-10T05:47:06.3687978+00:00",
  "CreatedById": 20,
  "ModifiedById": 21
}

application/xml, text/xml

Sample:
<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:06.3687978+00:00</CreatedDate>
  <ModifiedById>21</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:06.3687978+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:06.3687978+00:00</RegistrationDate>
  <RegistrationDateFrom>2025-12-10T05:47:06.3687978+00:00</RegistrationDateFrom>
  <RegistrationDateTo>2025-12-10T05:47:06.3687978+00:00</RegistrationDateTo>
  <Remarks>sample string 17</Remarks>
  <Tel>sample string 12</Tel>
</CustomerAPI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.