GET events/expoAccounts/{jobNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

ShowAccountResultsDto
NameDescriptionTypeAdditional information
FreemanProjectNumber

integer

None.

FreemanProjectName

string

None.

Accounts

Collection of AccountSearchResultDto

None.

PageInfo

PageInfo

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "FreemanProjectNumber": 1,
  "FreemanProjectName": "sample string 2",
  "Accounts": [
    {
      "Id": 1,
      "TFCNumber": 2,
      "Name": "sample string 3",
      "StreetAddress": "sample string 4",
      "City": "sample string 5",
      "State": "sample string 6",
      "ZipCode": "sample string 7",
      "Country": "sample string 8"
    },
    {
      "Id": 1,
      "TFCNumber": 2,
      "Name": "sample string 3",
      "StreetAddress": "sample string 4",
      "City": "sample string 5",
      "State": "sample string 6",
      "ZipCode": "sample string 7",
      "Country": "sample string 8"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "ItemsPerPage": 2,
    "TotalItems": 3,
    "TotalPages": 2
  }
}