GET api/PO/Attachments/{purchaseOrderId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
purchaseOrderId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CommonAttachmentModelName | Description | Type | Additional information |
---|---|---|---|
Attachment_ID | globally unique identifier |
None. |
|
FileName | string |
None. |
|
Description | string |
None. |
|
FileExtension | string |
None. |
|
FileSize | integer |
None. |
|
ContentType | string |
None. |
|
FilePath | string |
None. |
|
SourceType | integer |
None. |
|
SourceType_ID | globally unique identifier |
None. |
|
CreatedDate | date |
None. |
|
CreatedBy | string |
None. |
|
OrchestratorUserID | integer |
None. |
|
IFSUserId | string |
None. |
|
IsLinkedAttachment | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Attachment_ID": "92c37b5d-dac3-454b-9678-fe0358ac39cd", "FileName": "sample string 2", "Description": "sample string 3", "FileExtension": "sample string 4", "FileSize": 5, "ContentType": "sample string 6", "FilePath": "sample string 7", "SourceType": 8, "SourceType_ID": "6991401a-4d8a-4e5e-bc03-cbb6d8c7df90", "CreatedDate": "2025-08-02T14:16:24.9837797-04:00", "CreatedBy": "sample string 10", "OrchestratorUserID": 1, "IFSUserId": "sample string 11", "IsLinkedAttachment": true }, { "Attachment_ID": "92c37b5d-dac3-454b-9678-fe0358ac39cd", "FileName": "sample string 2", "Description": "sample string 3", "FileExtension": "sample string 4", "FileSize": 5, "ContentType": "sample string 6", "FilePath": "sample string 7", "SourceType": 8, "SourceType_ID": "6991401a-4d8a-4e5e-bc03-cbb6d8c7df90", "CreatedDate": "2025-08-02T14:16:24.9837797-04:00", "CreatedBy": "sample string 10", "OrchestratorUserID": 1, "IFSUserId": "sample string 11", "IsLinkedAttachment": true } ]
application/xml, text/xml
Sample:
<ArrayOfCommonAttachmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.Common"> <CommonAttachmentModel> <Attachment_ID>92c37b5d-dac3-454b-9678-fe0358ac39cd</Attachment_ID> <ContentType>sample string 6</ContentType> <CreatedBy>sample string 10</CreatedBy> <CreatedDate>2025-08-02T14:16:24.9837797-04:00</CreatedDate> <Description>sample string 3</Description> <FileExtension>sample string 4</FileExtension> <FileName>sample string 2</FileName> <FilePath>sample string 7</FilePath> <FileSize>5</FileSize> <IFSUserId>sample string 11</IFSUserId> <IsLinkedAttachment>true</IsLinkedAttachment> <OrchestratorUserID>1</OrchestratorUserID> <SourceType>8</SourceType> <SourceType_ID>6991401a-4d8a-4e5e-bc03-cbb6d8c7df90</SourceType_ID> </CommonAttachmentModel> <CommonAttachmentModel> <Attachment_ID>92c37b5d-dac3-454b-9678-fe0358ac39cd</Attachment_ID> <ContentType>sample string 6</ContentType> <CreatedBy>sample string 10</CreatedBy> <CreatedDate>2025-08-02T14:16:24.9837797-04:00</CreatedDate> <Description>sample string 3</Description> <FileExtension>sample string 4</FileExtension> <FileName>sample string 2</FileName> <FilePath>sample string 7</FilePath> <FileSize>5</FileSize> <IFSUserId>sample string 11</IFSUserId> <IsLinkedAttachment>true</IsLinkedAttachment> <OrchestratorUserID>1</OrchestratorUserID> <SourceType>8</SourceType> <SourceType_ID>6991401a-4d8a-4e5e-bc03-cbb6d8c7df90</SourceType_ID> </CommonAttachmentModel> </ArrayOfCommonAttachmentModel>
text/html
Sample:
[{"Attachment_ID":"92c37b5d-dac3-454b-9678-fe0358ac39cd","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7","SourceType":8,"SourceType_ID":"6991401a-4d8a-4e5e-bc03-cbb6d8c7df90","CreatedDate":"2025-08-02T14:16:24.9837797-04:00","CreatedBy":"sample string 10","OrchestratorUserID":1,"IFSUserId":"sample string 11","IsLinkedAttachment":true},{"Attachment_ID":"92c37b5d-dac3-454b-9678-fe0358ac39cd","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7","SourceType":8,"SourceType_ID":"6991401a-4d8a-4e5e-bc03-cbb6d8c7df90","CreatedDate":"2025-08-02T14:16:24.9837797-04:00","CreatedBy":"sample string 10","OrchestratorUserID":1,"IFSUserId":"sample string 11","IsLinkedAttachment":true}]