HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/StyleMarkerWhereUsed HTTP/1.1
Host: ncsu.yuniquecloud.com
Content-Type: application/xml
Content-Length: length
<StyleMarkerWhereUsed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
<Item>String</Item>
<Location>String</Location>
<OrderBy>String</OrderBy>
<PageNumber>String</PageNumber>
<PageSize>String</PageSize>
<RecordCountOnly>0</RecordCountOnly>
</StyleMarkerWhereUsed>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<StyleMarkerWhereUsedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
<RecordCount>0</RecordCount>
<Styles xmlns:d2p1="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs.POCOs">
<d2p1:MarkerWhereUsedItem>
<d2p1:Active>0</d2p1:Active>
<d2p1:CDate>0001-01-01T00:00:00</d2p1:CDate>
<d2p1:CUser>String</d2p1:CUser>
<d2p1:Change>0</d2p1:Change>
<d2p1:CustomField3>String</d2p1:CustomField3>
<d2p1:Description>String</d2p1:Description>
<d2p1:DevelopmentID>00000000-0000-0000-0000-000000000000</d2p1:DevelopmentID>
<d2p1:DevelopmentNo>String</d2p1:DevelopmentNo>
<d2p1:DivisionID>00000000-0000-0000-0000-000000000000</d2p1:DivisionID>
<d2p1:DueDate>0001-01-01T00:00:00</d2p1:DueDate>
<d2p1:IntroSeasonYearID>00000000-0000-0000-0000-000000000000</d2p1:IntroSeasonYearID>
<d2p1:MDate>0001-01-01T00:00:00</d2p1:MDate>
<d2p1:MUser>String</d2p1:MUser>
<d2p1:RefNo>0</d2p1:RefNo>
<d2p1:SizeClassID>00000000-0000-0000-0000-000000000000</d2p1:SizeClassID>
<d2p1:SizeRangeID>00000000-0000-0000-0000-000000000000</d2p1:SizeRangeID>
<d2p1:StyleCategory>00000000-0000-0000-0000-000000000000</d2p1:StyleCategory>
<d2p1:StyleID>00000000-0000-0000-0000-000000000000</d2p1:StyleID>
<d2p1:StyleMasterID>00000000-0000-0000-0000-000000000000</d2p1:StyleMasterID>
<d2p1:StyleNo>String</d2p1:StyleNo>
<d2p1:StyleSet>0</d2p1:StyleSet>
<d2p1:StyleStatus>String</d2p1:StyleStatus>
<d2p1:StyleStatusID>0</d2p1:StyleStatusID>
<d2p1:StyleThemeID>00000000-0000-0000-0000-000000000000</d2p1:StyleThemeID>
<d2p1:StyleType>0</d2p1:StyleType>
<d2p1:StyleWorkflowID>00000000-0000-0000-0000-000000000000</d2p1:StyleWorkflowID>
<d2p1:TempID>String</d2p1:TempID>
<d2p1:TempNo>String</d2p1:TempNo>
<d2p1:UserCID>00000000-0000-0000-0000-000000000000</d2p1:UserCID>
<d2p1:UserMID>00000000-0000-0000-0000-000000000000</d2p1:UserMID>
<d2p1:WorkflowTemplateID>00000000-0000-0000-0000-000000000000</d2p1:WorkflowTemplateID>
<d2p1:WorkflowType>00000000-0000-0000-0000-000000000000</d2p1:WorkflowType>
<d2p1:ID>00000000-0000-0000-0000-000000000000</d2p1:ID>
</d2p1:MarkerWhereUsedItem>
</Styles>
</StyleMarkerWhereUsedResponse>