POST api/InvoiceProfile/Update/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

InvoiceProfile
NameDescriptionTypeAdditional information
ID

integer

None.

UserID

integer

None.

InvoiceType

integer

None.

CompanyName

string

None.

RegistrationNumber

string

None.

InvoiceAddress

string

None.

InvoicePhone

string

None.

InvoiceBank

string

None.

InvoiceAccount

string

None.

IsDefault

boolean

None.

CreateTime

date

None.

UpdateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserID": 2,
  "InvoiceType": 3,
  "CompanyName": "sample string 4",
  "RegistrationNumber": "sample string 5",
  "InvoiceAddress": "sample string 6",
  "InvoicePhone": "sample string 7",
  "InvoiceBank": "sample string 8",
  "InvoiceAccount": "sample string 9",
  "IsDefault": true,
  "CreateTime": "2026-09-16T17:37:16.6051374+08:00",
  "UpdateTime": "2026-09-16T17:37:16.6051374+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}