POST report/ProcessProposedBillingSummary

Request Information

URI Parameters

None.

Body Parameters

Collection of ProposedBillingSummaryShowDto
NameDescriptionTypeAdditional information
ReportGuid

globally unique identifier

None.

ProjectName

string

None.

ProjectNumber

integer

None.

ShowId

integer

None.

ShowAccountId

integer

None.

ShowAccounts

Collection of ThinShowAccountDto

None.

Booths

Collection of ProposedBillingSummaryBoothDto

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ReportGuid": "b7392ccc-488a-4415-9f66-f7d4021bc8af",
    "ProjectName": "sample string 2",
    "ProjectNumber": 1,
    "ShowId": 3,
    "ShowAccountId": 1,
    "ShowAccounts": [
      {
        "Id": 1,
        "ShowAccountType": 0,
        "Booths": [
          {
            "Id": 1,
            "Name": "sample string 2"
          },
          {
            "Id": 1,
            "Name": "sample string 2"
          }
        ],
        "AccountDisplayName": "sample string 2",
        "TFCNumber": 3,
        "AccountName": "sample string 4"
      },
      {
        "Id": 1,
        "ShowAccountType": 0,
        "Booths": [
          {
            "Id": 1,
            "Name": "sample string 2"
          },
          {
            "Id": 1,
            "Name": "sample string 2"
          }
        ],
        "AccountDisplayName": "sample string 2",
        "TFCNumber": 3,
        "AccountName": "sample string 4"
      }
    ],
    "Booths": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "IsActive": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "IsActive": true
      }
    ]
  },
  {
    "ReportGuid": "b7392ccc-488a-4415-9f66-f7d4021bc8af",
    "ProjectName": "sample string 2",
    "ProjectNumber": 1,
    "ShowId": 3,
    "ShowAccountId": 1,
    "ShowAccounts": [
      {
        "Id": 1,
        "ShowAccountType": 0,
        "Booths": [
          {
            "Id": 1,
            "Name": "sample string 2"
          },
          {
            "Id": 1,
            "Name": "sample string 2"
          }
        ],
        "AccountDisplayName": "sample string 2",
        "TFCNumber": 3,
        "AccountName": "sample string 4"
      },
      {
        "Id": 1,
        "ShowAccountType": 0,
        "Booths": [
          {
            "Id": 1,
            "Name": "sample string 2"
          },
          {
            "Id": 1,
            "Name": "sample string 2"
          }
        ],
        "AccountDisplayName": "sample string 2",
        "TFCNumber": 3,
        "AccountName": "sample string 4"
      }
    ],
    "Booths": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "IsActive": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "IsActive": true
      }
    ]
  }
]

Response Information

Resource Description

globally unique identifier

Response Information

Response body formats

application/json, text/json

Sample:
"3c1851cd-6262-4437-8292-65512f0f48f6"