GET api/Account/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerBL| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| ContactNumber | string |
None. |
|
| Address | string |
None. |
|
| B2B | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| IsNeedsToDelete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"CustomerName": "sample string 2",
"ContactNumber": "sample string 3",
"Address": "sample string 4",
"B2B": "sample string 5",
"IsActive": true,
"CreatedDate": "2026-08-22T11:07:23.3912758-07:00",
"IsNeedsToDelete": true
}