POST api/ImagesReceipt/GetImageReceipt

Request Information

URI Parameters

None.

Body Parameters

GridReceiptModel
Name Description Type Additional information
Page

integer

None.

ItemsPerPage

integer

None.

SortBy

string

None.

Reverse

boolean

None.

ZipCode

string

None.

StartDate

date

None.

EndDate

date

None.

ProductId

string

None.

ProductName

string

None.

ServiceWorkerName

string

None.

DeviceId

integer

None.

JobNumber

string

None.

SubscriberAddress

string

None.

ServiceProviderId

integer

None.

SubscriberId

string

None.

IsApproved

SupportImageApprovalStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "ItemsPerPage": 2,
  "SortBy": "sample string 3",
  "Reverse": true,
  "ZipCode": "sample string 5",
  "StartDate": "2026-04-03T06:00:52.818678Z",
  "EndDate": "2026-04-03T06:00:52.818678Z",
  "ProductId": "sample string 6",
  "ProductName": "sample string 7",
  "ServiceWorkerName": "sample string 8",
  "DeviceId": 1,
  "JobNumber": "sample string 9",
  "SubscriberAddress": "sample string 10",
  "ServiceProviderId": 1,
  "SubscriberId": "sample string 11",
  "IsApproved": 1
}

text/html

Sample:
{"Page":1,"ItemsPerPage":2,"SortBy":"sample string 3","Reverse":true,"ZipCode":"sample string 5","StartDate":"2026-04-03T06:00:52.818678Z","EndDate":"2026-04-03T06:00:52.818678Z","ProductId":"sample string 6","ProductName":"sample string 7","ServiceWorkerName":"sample string 8","DeviceId":1,"JobNumber":"sample string 9","SubscriberAddress":"sample string 10","ServiceProviderId":1,"SubscriberId":"sample string 11","IsApproved":1}

application/xml, text/xml

Sample:
<GridReceiptModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.Util">
  <DeviceId>1</DeviceId>
  <EndDate>2026-04-03T06:00:52.818678Z</EndDate>
  <IsApproved>Approved</IsApproved>
  <ItemsPerPage>2</ItemsPerPage>
  <JobNumber>sample string 9</JobNumber>
  <Page>1</Page>
  <ProductId>sample string 6</ProductId>
  <ProductName>sample string 7</ProductName>
  <Reverse>true</Reverse>
  <ServiceProviderId>1</ServiceProviderId>
  <ServiceWorkerName>sample string 8</ServiceWorkerName>
  <SortBy>sample string 3</SortBy>
  <StartDate>2026-04-03T06:00:52.818678Z</StartDate>
  <SubscriberAddress>sample string 10</SubscriberAddress>
  <SubscriberId>sample string 11</SubscriberId>
  <ZipCode>sample string 5</ZipCode>
</GridReceiptModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.