GET api/masterBag/GetAllMasterBagStatuses

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DescriptiveResponseOfListOfStatusDTO
NameDescriptionTypeAdditional information
Value

Collection of StatusDTO

None.

CoreValue

string

None.

IsErrorState

boolean

None.

ErrorDescription

string

None.

ErrorMetadata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "ISDefault": true,
      "EndOfFlow": true,
      "ColorCode": "sample string 1",
      "PhaseID": 1,
      "PhaseEnName": "sample string 2",
      "PhaseArName": "sample string 3",
      "NeedDate": true,
      "HasPODCode": true,
      "NeedReason": true,
      "NeedServiceCategory": true,
      "ReasonCategoryIds": [
        1,
        2
      ],
      "AssignMyler": true,
      "Id": 9,
      "Code": "sample string 10",
      "ArName": "sample string 11",
      "EnName": "sample string 12"
    },
    {
      "ISDefault": true,
      "EndOfFlow": true,
      "ColorCode": "sample string 1",
      "PhaseID": 1,
      "PhaseEnName": "sample string 2",
      "PhaseArName": "sample string 3",
      "NeedDate": true,
      "HasPODCode": true,
      "NeedReason": true,
      "NeedServiceCategory": true,
      "ReasonCategoryIds": [
        1,
        2
      ],
      "AssignMyler": true,
      "Id": 9,
      "Code": "sample string 10",
      "ArName": "sample string 11",
      "EnName": "sample string 12"
    }
  ],
  "CoreValue": "sample string 1",
  "IsErrorState": true,
  "ErrorDescription": "sample string 3",
  "ErrorMetadata": {}
}

application/xml, text/xml

Sample:
<DescriptiveResponseOfArrayOfStatusDTOrubKl81o xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
  <CoreValue>sample string 1</CoreValue>
  <ErrorDescription>sample string 3</ErrorDescription>
  <ErrorMetadata />
  <IsErrorState>true</IsErrorState>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
    <d2p1:StatusDTO>
      <d2p1:ArName>sample string 11</d2p1:ArName>
      <d2p1:Code>sample string 10</d2p1:Code>
      <d2p1:EnName>sample string 12</d2p1:EnName>
      <d2p1:Id>9</d2p1:Id>
      <d2p1:AssignMyler>true</d2p1:AssignMyler>
      <d2p1:ColorCode>sample string 1</d2p1:ColorCode>
      <d2p1:EndOfFlow>true</d2p1:EndOfFlow>
      <d2p1:HasPODCode>true</d2p1:HasPODCode>
      <d2p1:ISDefault>true</d2p1:ISDefault>
      <d2p1:NeedDate>true</d2p1:NeedDate>
      <d2p1:NeedReason>true</d2p1:NeedReason>
      <d2p1:NeedServiceCategory>true</d2p1:NeedServiceCategory>
      <d2p1:PhaseArName>sample string 3</d2p1:PhaseArName>
      <d2p1:PhaseEnName>sample string 2</d2p1:PhaseEnName>
      <d2p1:PhaseID>1</d2p1:PhaseID>
      <d2p1:ReasonCategoryIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:ReasonCategoryIds>
    </d2p1:StatusDTO>
    <d2p1:StatusDTO>
      <d2p1:ArName>sample string 11</d2p1:ArName>
      <d2p1:Code>sample string 10</d2p1:Code>
      <d2p1:EnName>sample string 12</d2p1:EnName>
      <d2p1:Id>9</d2p1:Id>
      <d2p1:AssignMyler>true</d2p1:AssignMyler>
      <d2p1:ColorCode>sample string 1</d2p1:ColorCode>
      <d2p1:EndOfFlow>true</d2p1:EndOfFlow>
      <d2p1:HasPODCode>true</d2p1:HasPODCode>
      <d2p1:ISDefault>true</d2p1:ISDefault>
      <d2p1:NeedDate>true</d2p1:NeedDate>
      <d2p1:NeedReason>true</d2p1:NeedReason>
      <d2p1:NeedServiceCategory>true</d2p1:NeedServiceCategory>
      <d2p1:PhaseArName>sample string 3</d2p1:PhaseArName>
      <d2p1:PhaseEnName>sample string 2</d2p1:PhaseEnName>
      <d2p1:PhaseID>1</d2p1:PhaseID>
      <d2p1:ReasonCategoryIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:ReasonCategoryIds>
    </d2p1:StatusDTO>
  </Value>
</DescriptiveResponseOfArrayOfStatusDTOrubKl81o>