すべてのレスポンスの取得
get
/fscmRestApi/resources/11.13.18.05/supplierQualificationQuestionResponses
リクエスト
問合せパラメータ
- expand: string
このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees、Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
- fields: string
このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。
フォーマット : ?fields=Attribute1,Attribute2
子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2 - finder: string
コレクションを検索するための事前定義済ファインダとして使用されます。
フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します:- PrimaryKey : 質問レスポンス識別子に従って質問レスポンスを検索します。
ファインダ変数:- ResponseRepositoryId; integer; 質問レスポンスを一意に識別する値。
- PrimaryKey : 質問レスポンス識別子に従って質問レスポンスを検索します。
- limit: integer
このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
- links: string
このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>
例:
self,canonical
- offset: integer
リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
- onlyData: boolean
データのみを含めるために(リンク・セクションなしなど)、リソース品目ペイロードがフィルタ処理されます。
- orderBy: string
このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:desc
- q: string
この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;事業所=NY
フォーマット : ?q=expression1;expression2
次の問合せ可能な属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
- AcceptanceDate; string; 質問へのレスポンスが受け入れられた日付。
- AcceptanceNote; string; 応答者が入力したノート。
- AcceptedBy; string; 資格レスポンスを受諾した個人の名前。
- AcceptedById; integer; 資格レスポンスを受理した個人を一意に識別する値。
- DataSourceId; integer; 入札番号、質問リスト・レスポンスID、プロファイルID駆動プロファイル変更、サプライヤ登録IDなど、ソース・アプリケーションから文書を一意に識別する値。
- DataSourceType; string; データのソースを識別する値。
- DataSourceTypeCode; string; ソース・アプリケーションを識別する略称。 受け入れられる値のリストは、参照タイプORA_POQ_QSTN_RESP_DATA_SOURCEで定義されます。 設定およびメンテナンス作業領域および標準参照の管理タスクを使用して、この属性の値をレビューします。
- FirstSubmissionDate; string; レスポンス者がレスポンスを初めて送信した日時。
- InternalResponder; string; 質問への応答を担当する内部応答者の名前。
- InternalResponderId; integer; 質問への応答を担当する内部応答者を一意に識別する値。
- OriginalQuestionId; integer; これがレスポンスであるリビジョンの元の質問を一意に識別する値。
- ProcurementBU; string; サプライヤ・サイトが存在する調達ビジネス・ユニットの名前。
- Question; string; ユーザーが入力した質問または識別子の名前。
- QuestionId; integer; 質問を一意に識別する値。
- QuestionRevision; integer; この質問のリビジョンを識別する数値。 リビジョン0は基本リビジョンです。
- ResponderComments; string; 質問リストの質問に対するレスポンスを送信するときのレスポンス者からのコメント。
- ResponderType; string; レスポンス・レスポンダがサプライヤか内部レスポンダかを示す値。
- ResponderTypeCode; string; 質問レスポンダをサプライヤにするか、内部レスポンダにするかを識別する略称。受け入れられる値のリストは、参照タイプPOQ_RESPONDER_TYPEで定義されます。 設定およびメンテナンス作業領域および標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- ResponseArchiveDate; string; リポジトリに新しいレスポンスが入力されたためにレスポンスがアーカイブされた日時。
- ResponseDate; string; 回答が質問に対して発行された日付。
- ResponseRepositoryId; integer; レスポンス・リポジトリを一意に識別する値。
- ResponseStatus; string; レスポンスのステータスを識別する値。
- ResponseStatusCode; string; レスポンス・ステータスを識別する略称。 受け入れられる値のリストは、参照タイプORA_POQ_QUESTION_RESP_STATUSで定義されます。 設定およびメンテナンス作業領域および標準参照の管理タスクを使用して、この属性の値をレビューします。
- Supplier; string; サプライヤの名前。
- SupplierContact; string; サプライヤ担当者の名前。
- SupplierContactId; integer; サプライヤ担当を一意に識別する値。
- SupplierId; integer; サプライヤを一意に識別する値。
- SupplierSite; string; サプライヤ・サイトの名前。
- SupplierSiteId; integer; サプライヤ・サイトを一意に識別する値。
- SurrogateEnteredBy; string; サロゲート・レスポンスを入力したユーザーの名前。
- SurrogateEnteredById; integer; サロゲート・レスポンスを入力した個人を一意に識別する値。
- SurrogateEntryDate; string; 資格マネージャが代理レスポンスを発行した日時。 非サロゲート・レスポンスの属性値は空になります。
- SurrogateResponseFlag; boolean; 次の値のいずれかを含みます: trueまたはfalse。 trueの場合、レスポンスは、サプライヤにかわって資格マネージャが入力した代理レスポンスか、または質問へのレスポンスを担当する個人です。 falseの場合、レスポンスは代理レスポンスではありません。 デフォルト値はfalseです。
- totalResults: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Metadata-Context:
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version:
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
この操作にはリクエスト本文がありません。
トップに戻るレスポンス
サポートされているメディア・タイプ
- application/json
デフォルトのレスポンス
次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
- Metadata-Context(required):
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version(required):
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
ルート・スキーマ : supplierQualificationQuestionResponses
タイプ:
ソースを表示
object
-
count(required): integer
現在の範囲内で返されるリソース・インスタンス数。
-
hasMore(required): boolean
サーバーで使用可能なリソースが、レスポンスで返されたサブセットより多いかどうかを示します。 値がtrueの場合、サーバーから取得するリソースが増えます。 デフォルト値はfalseです。
-
items: array Items
タイトル:
Items
コレクション内の品目。 -
limit(required): integer
サーバーで使用される実際のページング・サイズ。
-
links(required): array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
offset(required): integer
現在のページで使用されるオフセット値。
-
totalResults: integer
"?totalResults=true"の場合、推定行数は含まれません。
ネストされたスキーマ : supplierQualificationQuestionResponses-item-response
タイプ:
ソースを表示
object
-
AcceptanceDate: string (date-time)
タイトル:
Acceptance Date
質問へのレスポンスが受け入れられた日付。 -
AcceptanceNote: string
タイトル:
Acceptance Note
最大長:1000
応答者が入力したノート。 -
AcceptedBy: string
タイトル:
Accepted By
最大長:240
資格レスポンスを受理した個人の名前。 -
AcceptedById: integer (int64)
資格レスポンスを受理した個人を一意に識別する値です。
-
AggregateResponseFlag: boolean
タイトル:
Aggregate Response
最大長:1
デフォルト値:false
次のいずれかの値が含まれます: trueまたはfalse。 trueの場合、レコードの集計タイプは集計タイプです。 falseの場合、レコードは集計タイプではありません。 デフォルト値はfalseです。 -
DataSourceId: integer (int64)
読取り専用:
true
入札番号、質問リスト・レスポンスID、プロファイルID駆動プロファイル変更およびサプライヤ登録IDなど、ソース・アプリケーションから文書を一意に識別する値。 -
DataSourceType: string
タイトル:
Data Source Type
読取り専用:true
最大長:80
データのソースを識別する値です。 -
DataSourceTypeCode: string
読取り専用:
true
最大長:30
デフォルト値:REST_API_SERVICE
ソース・アプリケーションを識別する略称です。 受け入れられる値のリストは、参照タイプORA_POQ_QSTN_RESP_DATA_SOURCEで定義されます。 設定およびメンテナンス作業領域および標準参照の管理タスクを使用して、この属性の値をレビューします。 -
FirstSubmissionDate: string (date-time)
タイトル:
First Submission Date
読取り専用:true
レスポンス者がレスポンスを初めて送信した日時。 -
InternalResponder: string
タイトル:
Internal Responder
最大長:240
質問への応答を担当する内部応答者の名前。 -
InternalResponderId: integer (int64)
質問への応答を担当する内部応答者を一意に識別する値。
-
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
OriginalQuestionId: integer (int64)
読取り専用:
true
これがレスポンスである改訂の元の質問を一意に識別する値。 -
ProcurementBU: string
タイトル:
Business Unit
最大長:240
サプライヤ・サイトが存在する調達ビジネス・ユニットの名前。 -
ProcurementBUId: integer
デフォルト値:
-9999
サプライヤ・サイトが存在する調達ビジネス・ユニットを一意に識別する値。 -
Question: string
タイトル:
Question
最大長:80
ユーザーが入力した質問または識別子の名前。 -
QuestionId: integer (int64)
質問を一意に識別する値です。
-
QuestionRevision: integer (int32)
タイトル:
Question Revision
読取り専用:true
この質問のリビジョンを識別する番号。 リビジョン0は基本リビジョンです。 -
QuestionText: string (byte)
タイトル:
Question Text
読取り専用:true
質問リストの応答者に表示される質問のテキスト。 -
ResponderComments: string
タイトル:
Responder Comments
最大長:1000
質問リストの質問へのレスポンスを送信する際のレスポンス者からのコメント。 -
ResponderType: string
タイトル:
Responder Type
読取り専用:true
最大長:80
レスポンス・レスポンス者がサプライヤまたは内部レスポンス者であるかどうかを示す値。 -
ResponderTypeCode: string
読取り専用:
true
最大長:30
質問レスポンダをサプライヤにするか、内部レスポンダにするかを識別する略称です。受け入れられる値のリストは、参照タイプPOQ_RESPONDER_TYPEで定義されます。 設定およびメンテナンス作業領域および標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
ResponseArchiveDate: string (date-time)
タイトル:
Response Archive Date
読取り専用:true
リポジトリに新しいレスポンスが入力されたためにレスポンスがアーカイブされた日時。 -
ResponseDate: string (date-time)
タイトル:
Response Date
質問に対するレスポンスが発行された日付。 -
ResponseRepositoryId: integer (int64)
読取り専用:
true
レスポンス・リポジトリを一意に識別する値。 -
ResponseStatus: string
タイトル:
Response Status
読取り専用:true
最大長:80
レスポンスのステータスを識別する値です。 -
ResponseStatusCode: string
読取り専用:
true
最大長:30
デフォルト値:PROCESSING
レスポンス・ステータスを識別する略称です。 受け入れられる値のリストは、参照タイプORA_POQ_QUESTION_RESP_STATUSで定義されます。 設定およびメンテナンス作業領域および標準参照の管理タスクを使用して、この属性の値をレビューします。 -
Supplier: string
タイトル:
Supplier
最大長:360
サプライヤの名前。 -
SupplierContact: string
タイトル:
Supplier Contact
最大長:255
サプライヤ担当の名前。 -
SupplierContactId: integer (int64)
サプライヤ担当を一意に識別する値。
-
SupplierId: integer (int64)
サプライヤを一意に識別する値。
-
SupplierSite: string
タイトル:
Supplier Site
最大長:240
サプライヤ・サイトの名前。 -
SupplierSiteId: integer (int64)
サプライヤ・サイトを一意に識別する値。
-
SurrogateEnteredBy: string
タイトル:
Surrogate Entered By
読取り専用:true
最大長:240
代理レスポンスを入力した個人の名前。 -
SurrogateEnteredById: integer (int64)
読取り専用:
true
代理レスポンスを入力した個人を一意に識別する値。 -
SurrogateEntryDate: string (date-time)
タイトル:
Surrogate Entry Date
読取り専用:true
資格マネージャがサロゲート・レスポンスを発行した日時。 非サロゲート・レスポンスの属性値は空になります。 -
SurrogateResponseFlag: boolean
タイトル:
Surrogate Response
読取り専用:true
最大長:1
次のいずれかの値が含まれます: trueまたはfalse。 trueの場合、レスポンスは、サプライヤにかわって資格マネージャが入力した代理レスポンスか、または質問へのレスポンスを担当する個人です。 falseの場合、レスポンスは代理レスポンスではありません。 デフォルト値はfalseです。 -
values: array Values
タイトル:
Values
値リソースは、質問レスポンスの値を管理します。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
object
-
href: string
タイトル:
hyperlink reference
関連リソースへのURI。 -
kind: string
タイトル:
kind
許可された値:[ "collection", "item", "describe", "other" ]
関連リソースの種類。 -
name: string
タイトル:
name
関連リソースへのリンクの名前。 -
properties: object properties
-
rel: string
タイトル:
relation
許可された値:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: self.
ネストされたスキーマ : supplierQualificationQuestionResponses-values-item-response
タイプ:
ソースを表示
object
-
AcceptableResponseId: integer (int64)
受理可能なレスポンスを一意に識別する値。
-
AcceptableResponseText: string
タイトル:
Acceptable Response Text
最大長:1000
手動で入力された受理可能なレスポンスのテキスト。 -
attachments: array Attachments
タイトル:
Attachments
添付リソースは、質問レスポンスの添付を管理します。 -
CriticalResponseFlag: boolean
タイトル:
Critical Response
最大長:1
次のいずれかの値が含まれます: trueまたはfalse。 trueの場合、レスポンスは評価に不可欠です。 falseの場合、レスポンスはクリティカルではありません。 デフォルト値はfalseです。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
ResponseRepositoryId: integer (int64)
読取り専用:
true
資格レスポンスを一意に識別する値。 -
ResponseRepositoryValueId: integer (int64)
読取り専用:
true
レスポンス・リポジトリ値を一意に識別する値。 -
ResponseValueDate: string (date)
タイトル:
Response Date
レスポンス・タイプが日付である質問のレスポンス値。 -
ResponseValueDatetime: string (date-time)
レスポンス・タイプが日時である質問のレスポンス値。
-
ResponseValueNumber: number
タイトル:
Response Number
レスポンス・タイプが数値である質問のレスポンス値。 -
ResponseValueText: string
タイトル:
Response Text
最大長:4000
レスポンス・タイプがテキストである質問のレスポンス値。
ネストされたスキーマ : supplierQualificationQuestionResponses-values-attachments-item-response
タイプ:
ソースを表示
object
-
AsyncTrackerId: string
タイトル:
Asynchronous Upload Tracker Id
アップロードされたファイルのトラッキングに使用される識別子。 -
AttachedDocumentId: integer (int64)
タイトル:
Attached Document Id
質問の添付を一意に識別する値。 これは、ドキュメントが質問に添付されたときにアプリケーションで生成される主キーです。 -
CategoryName: string
タイトル:
Category
最大長:30
添付のカテゴリ。 - ContentRepositoryFileShared: boolean
-
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:255
添付を作成したユーザー。 -
CreatedByUserName: string
タイトル:
Created By User Name
読取り専用:true
添付の作成時に使用したユーザーにログインします。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
ユーザーが添付レコードを作成した日付。 -
DatatypeCode: string
タイトル:
Type
最大長:30
デフォルト値:FILE
データ型を識別する略語。 -
Description: string
タイトル:
Description
最大長:255
添付の説明。 -
DmDocumentId: string
最大長:
255
添付されたドキュメントを一意に識別する値。 -
DmFolderPath: string
タイトル:
Dm Folder Path
最大長:1000
添付のフォルダ・パス。 -
DmVersionNumber: string
最大長:
255
添付文書のバージョンを識別する番号です。 -
DownloadInfo: string
タイトル:
DownloadInfo
添付ファイルをプログラムで取得するために使用される情報を含む文字列として表されるJSONオブジェクト。 -
ErrorStatusCode: string
タイトル:
Error Status Code
添付のエラー(ある場合)を識別する略称です。 -
ErrorStatusMessage: string
タイトル:
Error Status Message
添付のエラー・メッセージのテキスト(存在する場合)。 -
ExpirationDate: string (date-time)
タイトル:
Expiration Date
添付のコンテンツが失効する日付。 -
FileContents: string (byte)
タイトル:
File Contents
添付ファイルの内容。 -
FileName: string
タイトル:
File Name
最大長:2048
添付のファイル名。 -
FileUrl: string
タイトル:
File Url
添付ファイルのURL(Uniform Resource Locator)。 -
FileWebImage: string (byte)
タイトル:
File Web Image
読取り専用:true
ソースが変換可能なイメージの場合に、.png形式で表示されるファイルのbase64でエンコードされたイメージ。 -
LastUpdateDate: string (date-time)
タイトル:
Last Update Date
読取り専用:true
質問に添付された文書をユーザーが最後に更新した日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:255
質問に添付された文書を最後に更新したユーザーのログイン。 -
LastUpdatedByUserName: string
タイトル:
Last Updated By User
読取り専用:true
添付の更新時にユーザーが使用したログイン。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
Title: string
タイトル:
Title
添付のタイトル。 -
UploadedFileContentType: string
タイトル:
Uploaded File Content Type
添付のコンテンツ・タイプ。 -
UploadedFileLength: integer
タイトル:
File Size
添付ファイルの長さ。 -
UploadedFileName: string
タイトル:
Uploaded File Name
添付ファイルの名前。 -
UploadedText: string
タイトル:
Uploaded Text
添付のテキスト。 -
Uri: string
タイトル:
Uri
最大長:4000
添付ファイルを識別するURI (Uniform Resource Identifier)。 -
Url: string
タイトル:
Url
最大長:4000
添付ファイルを検索するURL (Uniform Resource Locator)。 -
UserName: string
タイトル:
User Name
読取り専用:true
最大長:255
添付の追加または変更時にユーザーが使用したログインします。
例
この例では、すべてのレスポンスを取得する方法を説明します。
cURLコマンドの例
次のcURLコマンドを使用して、RESTリソースに対するリクエストを送信します:
curl -u username:password "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses"
レスポンス本文の例
JSON形式のレスポンス本文の例を次に示します。
{ "items": [ { "QuestionId": 300100036646653, "Question": "Work Ethics", "SupplierId": 1225, "Supplier": "CV_SuppA07", "SupplierSite": CVSuppA07Site01, "ResponseDate": "2018-07-19T17:37:02.788+00:00", "InternalResponderId": null, "InternalResponder": null, "SupplierContactId": 299931, "SupplierContact": "Smith, Pat", "QuestionRevision": 0, "ResponderComments": null, "AcceptanceNote": null, "ResponseRepositoryId": 52014, "ResponseStatusCode": "ACTIVE", "ResponseStatus": "Active", "FirstSubmissionDate": "2015-12-10T03:14:42.153+00:00", "ResponseArchiveDate": null, "AcceptanceDate": "2018-07-19T17:40:30+00:00", "AcceptedById": 300100037275093, "AcceptedBy": "POQ00020, PRC", "DataSourceTypeCode": "QUESTNAIRE_RESPONSE", "DataSourceType": "Questionnaire response", "DataSourceId": 300100154145922, "ResponderTypeCode": "SUPPLIER", "ResponderType": "Supplier", "OriginalQuestionId": 300100036646653, "SurrogateResponseFlag": null, "SurrogateEntryDate": null, "SurrogateEnteredById": null, "SurrogateEnteredBy": null, "ProcurementBU": "Vision Operations", "ProcurementBUId": 204, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014", "name": "supplierQualificationQuestionResponses", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014", "name": "supplierQualificationQuestionResponses", "kind": "item" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/lov/InternalResponders", "name": "InternalResponders", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/lov/AcceptedByPersons", "name": "AcceptedByPersons", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/lov/SupplierSites", "name": "SupplierSites", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/lov/Questions", "name": "Questions", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/lov/SupplierContacts", "name": "SupplierContacts", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/lov/Suppliers", "name": "Suppliers", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/child/values", "name": "values", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/52014/enclosure/QuestionText", "name": "QuestionText", "kind": "other" } ] }, { "QuestionId": 300100036646653, "Question": "Financial Area", "SupplierId": 300100024124875, "Supplier": "PRC_POQSUPPA04", "SupplierSiteId": null, "SupplierSite": null, "ResponseDate": "2014-07-30T04:06:00+00:00", "InternalResponderId": null, "InternalResponder": null, "SupplierContactId": 300100024124924, "SupplierContact": "PRC_POQSUPPA04, PRC_POQSUPPA04", "QuestionRevision": 0, "ResponderComments": null, "AcceptanceNote": "Accepted", "ResponseRepositoryId": 11045, "ResponseStatusCode": "ACTIVE", "ResponseStatus": "Active", "FirstSubmissionDate": "2014-07-30T04:06:00+00:00", "ResponseArchiveDate": null, "AcceptanceDate": "2014-07-31T04:07:29.887+00:00", "AcceptedById": 100010026863791, "AcceptedBy": "Jones,Cody", "DataSourceTypeCode": "QUESTNAIRE_RESPONSE", "DataSourceType": "Questionnaire response", "DataSourceId": 300100038500092, "ResponderTypeCode": "SUPPLIER", "ResponderType": "Supplier", "OriginalQuestionId": 300100036646653, "SurrogateResponseFlag": null, "SurrogateEntryDate": null, "SurrogateEnteredById": null, "SurrogateEnteredBy": null, "ProcurementBU": null, "ProcurementBUId": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045", "name": "supplierQualificationQuestionResponses", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045", "name": "supplierQualificationQuestionResponses", "kind": "item" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/lov/InternalResponders", "name": "InternalResponders", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/lov/AcceptedByPersons", "name": "AcceptedByPersons", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/lov/SupplierSites", "name": "SupplierSites", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/lov/Questions", "name": "Questions", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/lov/SupplierContacts", "name": "SupplierContacts", "kind": "collection" }, { "rel": "lov", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/lov/Suppliers", "name": "Suppliers", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/child/values", "name": "values", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestionResponses/11045/enclosure/QuestionText", "name": "QuestionText", "kind": "other" } ] }] }