POST api/InvoiceProfile
Request Information
URI Parameters
None.
Body Parameters
InvoiceProfile| Name | Description | Type | Additional 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:35:55.6317012+08:00",
"UpdateTime": "2026-09-16T17:35:55.6317012+08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}