Unable to find part requirements using web service
Summary: We are exploring the integration for service logistics using REST web service. Created a few part requirements in application but unable to find them using the REST service
Content (required): The curl request and response is given below.
Version (include the version you are using, if applicable): 22B
Code Snippet (add any code snippets that support your topic, if applicable): Curl Request
curl -u user:Password "https://pod.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/partRequirementLines" -H 'authorization: Basic Auth'
Response:
{
"items" : [ ],
"count" : 0,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"href" : "https://pod.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/partRequirementLines",