We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this response
{ "operations": [ { "certifierName": "[WFCFO] Where Food Comes From Organic (formerly A Bee Organic)", "nopOperationID": "9092227302", "operationName": "My Organic Place", "operationOtherNames": "", "clientOperationID": "", "contactFirstName": "Stephanie", "contactLastName": "Cisneros", "nopOperationStatus": "Certified", "statusEffectiveDate": "2022-11-28T00:00:00", "nopAnniversaryDate": "2025-08-01T00:00:00", "lastUpdateDate": "2024-12-02T13:01:22.39", "phone": "", "email": "[email protected]", "websiteURL": "", "additionalInformation": "", "hasCertificate": true, "certificateURL": null, "scopes": [ { "nopScopeStatus": "Certified", "nopScope": "Crops", "statusEffectiveDate": "2022-11-28T00:00:00" } ], . . .
certificateURL is always null event when hasCertificate is true
I can sort this out if you guys guide me
Fernan Ricardo Enriquez Quintero Software architect [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have this response
{
"operations": [
{
"certifierName": "[WFCFO] Where Food Comes From Organic (formerly A Bee Organic)",
"nopOperationID": "9092227302",
"operationName": "My Organic Place",
"operationOtherNames": "",
"clientOperationID": "",
"contactFirstName": "Stephanie",
"contactLastName": "Cisneros",
"nopOperationStatus": "Certified",
"statusEffectiveDate": "2022-11-28T00:00:00",
"nopAnniversaryDate": "2025-08-01T00:00:00",
"lastUpdateDate": "2024-12-02T13:01:22.39",
"phone": "",
"email": "[email protected]",
"websiteURL": "",
"additionalInformation": "",
"hasCertificate": true,
"certificateURL": null,
"scopes": [
{
"nopScopeStatus": "Certified",
"nopScope": "Crops",
"statusEffectiveDate": "2022-11-28T00:00:00"
}
],
.
.
.
certificateURL is always null event when hasCertificate is true
I can sort this out if you guys guide me
Fernan Ricardo Enriquez Quintero
Software architect
[email protected]
The text was updated successfully, but these errors were encountered: