GET Cargo/GetSummary?userID={userID}&day={day}&service={service}&poligonID={poligonID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userID

integer

Required

day

integer

Required

service

integer

Required

poligonID

string

Required

Body Parameters

None.

Response Information

Resource Description

OrderSummaries
NameDescriptionTypeAdditional information
Daily

OrderSummary

None.

Weekly

OrderSummary

None.

Monthly

OrderSummary

None.

Yearly

OrderSummary

None.

Response Formats

application/json, text/json

Sample:
{
  "Daily": {
    "Total": 1,
    "Comfirm": 2,
    "Complated": 3,
    "Ending": 4,
    "TotalPrice": 5.1,
    "PercentSent": 6,
    "WithoutUser": 7
  },
  "Weekly": {
    "Total": 1,
    "Comfirm": 2,
    "Complated": 3,
    "Ending": 4,
    "TotalPrice": 5.1,
    "PercentSent": 6,
    "WithoutUser": 7
  },
  "Monthly": {
    "Total": 1,
    "Comfirm": 2,
    "Complated": 3,
    "Ending": 4,
    "TotalPrice": 5.1,
    "PercentSent": 6,
    "WithoutUser": 7
  },
  "Yearly": {
    "Total": 1,
    "Comfirm": 2,
    "Complated": 3,
    "Ending": 4,
    "TotalPrice": 5.1,
    "PercentSent": 6,
    "WithoutUser": 7
  }
}

application/xml, text/xml

Sample:
<OrderSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehriNet.ETicaret.Models">
  <Daily>
    <Comfirm>2</Comfirm>
    <Complated>3</Complated>
    <Ending>4</Ending>
    <PercentSent>6</PercentSent>
    <Total>1</Total>
    <TotalPrice>5.1</TotalPrice>
    <WithoutUser>7</WithoutUser>
  </Daily>
  <Monthly>
    <Comfirm>2</Comfirm>
    <Complated>3</Complated>
    <Ending>4</Ending>
    <PercentSent>6</PercentSent>
    <Total>1</Total>
    <TotalPrice>5.1</TotalPrice>
    <WithoutUser>7</WithoutUser>
  </Monthly>
  <Weekly>
    <Comfirm>2</Comfirm>
    <Complated>3</Complated>
    <Ending>4</Ending>
    <PercentSent>6</PercentSent>
    <Total>1</Total>
    <TotalPrice>5.1</TotalPrice>
    <WithoutUser>7</WithoutUser>
  </Weekly>
  <Yearly>
    <Comfirm>2</Comfirm>
    <Complated>3</Complated>
    <Ending>4</Ending>
    <PercentSent>6</PercentSent>
    <Total>1</Total>
    <TotalPrice>5.1</TotalPrice>
    <WithoutUser>7</WithoutUser>
  </Yearly>
</OrderSummaries>